pub struct SshCertFixture { /* private fields */ }Implementations§
Source§impl SshCertFixture
impl SshCertFixture
pub fn label(&self) -> &str
pub fn spec(&self) -> &SshCertSpec
pub fn private_key_openssh(&self) -> &str
pub fn certificate_openssh(&self) -> &str
pub fn certificate(&self) -> Certificate
Trait Implementations§
Source§impl Clone for SshCertFixture
impl Clone for SshCertFixture
Source§fn clone(&self) -> SshCertFixture
fn clone(&self) -> SshCertFixture
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 moreAuto Trait Implementations§
impl Freeze for SshCertFixture
impl RefUnwindSafe for SshCertFixture
impl Send for SshCertFixture
impl Sync for SshCertFixture
impl Unpin for SshCertFixture
impl UnsafeUnpin for SshCertFixture
impl UnwindSafe for SshCertFixture
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