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