Struct lang_util::error::KindDisplay
source · struct KindDisplay<'s>(&'s str);
Tuple Fields§
§0: &'s str
Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for KindDisplay<'s>
impl<'s> RefUnwindSafe for KindDisplay<'s>
impl<'s> Send for KindDisplay<'s>
impl<'s> Sync for KindDisplay<'s>
impl<'s> Unpin for KindDisplay<'s>
impl<'s> UnwindSafe for KindDisplay<'s>
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