pub struct SshConfigPatch {
pub destination: PatchField<String>,
pub options: PatchField<Vec<String>>,
pub local_host: PatchField<String>,
pub local_port: PatchField<u16>,
pub remote_socket: PatchField<String>,
pub sudo_user: PatchField<String>,
}Fields§
§destination: PatchField<String>§options: PatchField<Vec<String>>§local_host: PatchField<String>§local_port: PatchField<u16>§remote_socket: PatchField<String>§sudo_user: PatchField<String>Trait Implementations§
Source§impl Debug for SshConfigPatch
impl Debug for SshConfigPatch
Source§impl Default for SshConfigPatch
impl Default for SshConfigPatch
Source§fn default() -> SshConfigPatch
fn default() -> SshConfigPatch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SshConfigPatch
impl RefUnwindSafe for SshConfigPatch
impl Send for SshConfigPatch
impl Sync for SshConfigPatch
impl Unpin for SshConfigPatch
impl UnsafeUnpin for SshConfigPatch
impl UnwindSafe for SshConfigPatch
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