pub struct BlockSizeOverflow;Expand description
An error that occurs when trying to build an overly large BlockSize
Trait Implementations§
Source§impl Clone for BlockSizeOverflow
impl Clone for BlockSizeOverflow
Source§fn clone(&self) -> BlockSizeOverflow
fn clone(&self) -> BlockSizeOverflow
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BlockSizeOverflow
impl Debug for BlockSizeOverflow
Source§impl Display for BlockSizeOverflow
impl Display for BlockSizeOverflow
Source§impl Error for BlockSizeOverflow
impl Error for BlockSizeOverflow
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
impl Copy for BlockSizeOverflow
Auto Trait Implementations§
impl Freeze for BlockSizeOverflow
impl RefUnwindSafe for BlockSizeOverflow
impl Send for BlockSizeOverflow
impl Sync for BlockSizeOverflow
impl Unpin for BlockSizeOverflow
impl UnwindSafe for BlockSizeOverflow
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more