pub struct KeyFileConfig {
pub file: String,
}Fields§
§file: StringTrait Implementations§
Source§impl Clone for KeyFileConfig
impl Clone for KeyFileConfig
Source§fn clone(&self) -> KeyFileConfig
fn clone(&self) -> KeyFileConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 KeyFileConfig
impl Debug for KeyFileConfig
Source§impl PartialEq for KeyFileConfig
impl PartialEq for KeyFileConfig
Source§fn eq(&self, other: &KeyFileConfig) -> bool
fn eq(&self, other: &KeyFileConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for KeyFileConfig
Auto Trait Implementations§
impl Freeze for KeyFileConfig
impl RefUnwindSafe for KeyFileConfig
impl Send for KeyFileConfig
impl Sync for KeyFileConfig
impl Unpin for KeyFileConfig
impl UnsafeUnpin for KeyFileConfig
impl UnwindSafe for KeyFileConfig
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