pub struct WuiStr(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for WuiStr
impl RefUnwindSafe for WuiStr
impl !Send for WuiStr
impl !Sync for WuiStr
impl Unpin for WuiStr
impl UnwindSafe for WuiStr
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more