pub struct SSHKey {
pub ssh_key: Vec<String>,
}Fields§
§ssh_key: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SSHKey
impl RefUnwindSafe for SSHKey
impl Send for SSHKey
impl Sync 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