#[repr(C)]pub struct ssh_knownhosts_entry {
pub hostname: *mut c_char,
pub unparsed: *mut c_char,
pub publickey: ssh_key,
pub comment: *mut c_char,
}Fields§
§hostname: *mut c_char§unparsed: *mut c_char§publickey: ssh_key§comment: *mut c_charTrait Implementations§
Source§impl Clone for ssh_knownhosts_entry
impl Clone for ssh_knownhosts_entry
Source§fn clone(&self) -> ssh_knownhosts_entry
fn clone(&self) -> ssh_knownhosts_entry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ssh_knownhosts_entry
impl Debug for ssh_knownhosts_entry
impl Copy for ssh_knownhosts_entry
Auto Trait Implementations§
impl Freeze for ssh_knownhosts_entry
impl RefUnwindSafe for ssh_knownhosts_entry
impl !Send for ssh_knownhosts_entry
impl !Sync for ssh_knownhosts_entry
impl Unpin for ssh_knownhosts_entry
impl UnwindSafe for ssh_knownhosts_entry
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