pub struct AccountDirEntry {
pub directory: String,
}Fields§
§directory: StringTrait Implementations§
Source§impl Clone for AccountDirEntry
impl Clone for AccountDirEntry
Source§fn clone(&self) -> AccountDirEntry
fn clone(&self) -> AccountDirEntry
Returns a duplicate 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 AccountDirEntry
impl Debug for AccountDirEntry
Source§impl<'de> Deserialize<'de> for AccountDirEntry
impl<'de> Deserialize<'de> for AccountDirEntry
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 AccountDirEntry
impl RefUnwindSafe for AccountDirEntry
impl Send for AccountDirEntry
impl Sync for AccountDirEntry
impl Unpin for AccountDirEntry
impl UnwindSafe for AccountDirEntry
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