pub struct MoveCharacterChange { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Change for MoveCharacterChange
impl Change for MoveCharacterChange
Auto Trait Implementations§
impl Freeze for MoveCharacterChange
impl RefUnwindSafe for MoveCharacterChange
impl Send for MoveCharacterChange
impl Sync for MoveCharacterChange
impl Unpin for MoveCharacterChange
impl UnwindSafe for MoveCharacterChange
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