pub struct StringTooLongError;
Expand description
Returned when trying to convert a &str
into an InlineStr
but it fails
because it doesn’t fit.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StringTooLongError
impl RefUnwindSafe for StringTooLongError
impl Send for StringTooLongError
impl Sync for StringTooLongError
impl Unpin for StringTooLongError
impl UnwindSafe for StringTooLongError
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