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