#[repr(transparent)]pub struct SshKey(NonNull<ssh_key_struct>);
Tuple Fields§
§0: NonNull<ssh_key_struct>
Implementations§
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 ForeignType for SshKey
impl ForeignType for SshKey
impl Send for SshKey
impl Sync for SshKey
Auto Trait Implementations§
impl Freeze for SshKey
impl RefUnwindSafe for SshKey
impl Unpin for SshKey
impl UnwindSafe for SshKey
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.