pub struct OutPin { /* private fields */ }
Implementations§
Trait Implementations§
impl Eq for OutPin
impl StructuralPartialEq for OutPin
Auto Trait Implementations§
impl Freeze for OutPin
impl RefUnwindSafe for OutPin
impl Send for OutPin
impl Sync for OutPin
impl Unpin for OutPin
impl UnwindSafe for OutPin
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