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