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