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