pub struct Keyfile { /* private fields */ }Expand description
keyfile structure
see keyfile in crate::config::ConfigTable
Implementationsยง
Trait Implementationsยง
Sourceยงimpl<'de> Deserialize<'de> for Keyfile
impl<'de> Deserialize<'de> for Keyfile
Sourceยงfn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementationsยง
impl Freeze for Keyfile
impl RefUnwindSafe for Keyfile
impl Send for Keyfile
impl Sync for Keyfile
impl Unpin for Keyfile
impl UnsafeUnpin for Keyfile
impl UnwindSafe for Keyfile
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