pub struct PegMoveType;Expand description
PegMoveType (835).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PegMoveType
impl RefUnwindSafe for PegMoveType
impl Send for PegMoveType
impl Sync for PegMoveType
impl Unpin for PegMoveType
impl UnsafeUnpin for PegMoveType
impl UnwindSafe for PegMoveType
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