Struct ssh_agent_lib::proto::extension::SessionBind
source · pub struct SessionBind {
pub host_key: SshKey,
pub session_id: Vec<u8>,
pub signature: Signature,
pub is_forwarding: bool,
}
Expand description
session-bind@openssh.com extension
This extension allows a ssh client to bind an agent connection to a particular SSH session.
Fields§
§host_key: SshKey
§session_id: Vec<u8>
§signature: Signature
§is_forwarding: bool
Trait Implementations§
source§impl Clone for SessionBind
impl Clone for SessionBind
source§fn clone(&self) -> SessionBind
fn clone(&self) -> SessionBind
Returns a copy 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 SessionBind
impl Debug for SessionBind
source§impl<'de> Deserialize<'de> for SessionBind
impl<'de> Deserialize<'de> for SessionBind
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SessionBind
impl Send for SessionBind
impl Sync for SessionBind
impl Unpin for SessionBind
impl UnwindSafe for SessionBind
Blanket Implementations§
source§impl<'a, T> Blob for Twhere
T: Serialize + Deserialize<'a>,
impl<'a, T> Blob for Twhere
T: Serialize + Deserialize<'a>,
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