pub struct CurrentUserSshKeyDeleteWhen(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for CurrentUserSshKeyDeleteWhen
impl !RefUnwindSafe for CurrentUserSshKeyDeleteWhen
impl !Send for CurrentUserSshKeyDeleteWhen
impl !Sync for CurrentUserSshKeyDeleteWhen
impl Unpin for CurrentUserSshKeyDeleteWhen
impl UnsafeUnpin for CurrentUserSshKeyDeleteWhen
impl !UnwindSafe for CurrentUserSshKeyDeleteWhen
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