pub struct BootstrapGrant { /* private fields */ }Expand description
Result returned by the host-owned SSH adapter after authentication and strict host verification. No bearer material is exposed to the public API.
Trait Implementations§
Source§impl Clone for BootstrapGrant
impl Clone for BootstrapGrant
Source§fn clone(&self) -> BootstrapGrant
fn clone(&self) -> BootstrapGrant
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BootstrapGrant
Source§impl Debug for BootstrapGrant
impl Debug for BootstrapGrant
impl Eq for BootstrapGrant
Source§impl PartialEq for BootstrapGrant
impl PartialEq for BootstrapGrant
impl StructuralPartialEq for BootstrapGrant
Auto Trait Implementations§
impl Freeze for BootstrapGrant
impl RefUnwindSafe for BootstrapGrant
impl Send for BootstrapGrant
impl Sync for BootstrapGrant
impl Unpin for BootstrapGrant
impl UnsafeUnpin for BootstrapGrant
impl UnwindSafe for BootstrapGrant
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