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