pub struct KeyFile { /* private fields */ }
Expand description
Public opaque type representing serializable KeyFile
.
Trait Implementations
sourceimpl Debug for OpaqueKeyFile
impl Debug for OpaqueKeyFile
sourceimpl<T> From<T> for OpaqueKeyFile where
T: Into<KeyFile>,
impl<T> From<T> for OpaqueKeyFile where
T: Into<KeyFile>,
sourceimpl PartialEq<OpaqueKeyFile> for OpaqueKeyFile
impl PartialEq<OpaqueKeyFile> for OpaqueKeyFile
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &OpaqueKeyFile) -> bool
fn ne(&self, other: &OpaqueKeyFile) -> bool
This method tests for !=
.
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more