pub struct NotEnoughSpaceError;
Expand description
The error returned when there is not enough space in a InlineString
for the
requested operation.
Trait Implementations§
Source§impl Debug for NotEnoughSpaceError
impl Debug for NotEnoughSpaceError
Source§impl PartialEq for NotEnoughSpaceError
impl PartialEq for NotEnoughSpaceError
impl StructuralPartialEq for NotEnoughSpaceError
Auto Trait Implementations§
impl Freeze for NotEnoughSpaceError
impl RefUnwindSafe for NotEnoughSpaceError
impl Send for NotEnoughSpaceError
impl Sync for NotEnoughSpaceError
impl Unpin for NotEnoughSpaceError
impl UnwindSafe for NotEnoughSpaceError
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