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