pub struct StatusText;Expand description
StatusText (929).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatusText
impl RefUnwindSafe for StatusText
impl Send for StatusText
impl Sync for StatusText
impl Unpin for StatusText
impl UnsafeUnpin for StatusText
impl UnwindSafe for StatusText
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