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