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