pub struct blockedUser;Trait Implementations§
Source§impl Field for blockedUser
impl Field for blockedUser
Auto Trait Implementations§
impl Freeze for blockedUser
impl RefUnwindSafe for blockedUser
impl Send for blockedUser
impl Sync for blockedUser
impl Unpin for blockedUser
impl UnwindSafe for blockedUser
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