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<NotEnoughSpaceError> for NotEnoughSpaceError
impl PartialEq<NotEnoughSpaceError> for NotEnoughSpaceError
source§fn eq(&self, other: &NotEnoughSpaceError) -> bool
fn eq(&self, other: &NotEnoughSpaceError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for NotEnoughSpaceError
Auto Trait Implementations§
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