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