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