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