pub struct TooLarge { /* private fields */ }
Expand description
An error indicating a value was too large to fit in an InlineBox
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TooLarge
impl RefUnwindSafe for TooLarge
impl Send for TooLarge
impl Sync for TooLarge
impl Unpin for TooLarge
impl UnwindSafe for TooLarge
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
Source§impl<T> FromSized<T> for T
impl<T> FromSized<T> for T
Source§fn fatten_pointer(thin: *const T) -> *const T
fn fatten_pointer(thin: *const T) -> *const T
Extends a thin pointer with the metadata for its type.