Struct input_buffer::SizeLimit [−][src]
pub struct SizeLimit;
Size limit error.
Trait Implementations
impl Debug for SizeLimit[src]
impl Debug for SizeLimitfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for SizeLimit[src]
impl Clone for SizeLimitfn clone(&self) -> SizeLimit[src]
fn clone(&self) -> SizeLimitReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for SizeLimit[src]
impl Copy for SizeLimitimpl Display for SizeLimit[src]
impl Display for SizeLimitfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for SizeLimit[src]
impl Error for SizeLimit