pub struct PemFileKeyComponent(/* private fields */);
Expand description
Key component that is stored in a PEM-encoded file with the given path.
Trait Implementations§
Source§impl Clone for PemFileKeyComponent
impl Clone for PemFileKeyComponent
Source§fn clone(&self) -> PemFileKeyComponent
fn clone(&self) -> PemFileKeyComponent
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 PemFileKeyComponent
impl Debug for PemFileKeyComponent
Auto Trait Implementations§
impl Freeze for PemFileKeyComponent
impl RefUnwindSafe for PemFileKeyComponent
impl Send for PemFileKeyComponent
impl Sync for PemFileKeyComponent
impl Unpin for PemFileKeyComponent
impl UnwindSafe for PemFileKeyComponent
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