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