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