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