pub struct KeyFile { /* private fields */ }
Expand description
Public opaque type representing serializable KeyFile
.
Trait Implementations§
source§impl Debug for OpaqueKeyFile
impl Debug for OpaqueKeyFile
source§impl<T> From<T> for OpaqueKeyFilewhere
T: Into<KeyFile>,
impl<T> From<T> for OpaqueKeyFilewhere
T: Into<KeyFile>,
source§impl PartialEq for OpaqueKeyFile
impl PartialEq for OpaqueKeyFile
source§fn eq(&self, other: &OpaqueKeyFile) -> bool
fn eq(&self, other: &OpaqueKeyFile) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for OpaqueKeyFile
impl Serialize for OpaqueKeyFile
impl StructuralPartialEq for OpaqueKeyFile
Auto Trait Implementations§
impl RefUnwindSafe for OpaqueKeyFile
impl Send for OpaqueKeyFile
impl Sync for OpaqueKeyFile
impl Unpin for OpaqueKeyFile
impl UnwindSafe for OpaqueKeyFile
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