pub struct BadString;Expand description
SNAFU context selector for the Error::BadString variant
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BadString
impl RefUnwindSafe for BadString
impl Send for BadString
impl Sync for BadString
impl Unpin for BadString
impl UnsafeUnpin for BadString
impl UnwindSafe for BadString
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