pub struct UnlockConnector;Expand description
Marker type for the UnlockConnector action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnlockConnector
impl RefUnwindSafe for UnlockConnector
impl Send for UnlockConnector
impl Sync for UnlockConnector
impl Unpin for UnlockConnector
impl UnsafeUnpin for UnlockConnector
impl UnwindSafe for UnlockConnector
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