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