pub struct SshKeyRef(Opaque);
Expand description
A borrowed reference to a SshKey
.
Tuple Fields§
§0: Opaque
Trait Implementations§
source§impl BorrowMut<SshKeyRef> for SshKey
impl BorrowMut<SshKeyRef> for SshKey
source§fn borrow_mut(&mut self) -> &mut SshKeyRef
fn borrow_mut(&mut self) -> &mut SshKeyRef
Mutably borrows from an owned value. Read more
source§impl ForeignTypeRef for SshKeyRef
impl ForeignTypeRef for SshKeyRef
impl Send for SshKeyRef
impl Sync for SshKeyRef
Auto Trait Implementations§
impl Freeze for SshKeyRef
impl !RefUnwindSafe for SshKeyRef
impl Unpin for SshKeyRef
impl UnwindSafe for SshKeyRef
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
§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList
], of an [Prepend::prepend()
] call,
including the prepended entry.