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