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