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