pub struct AccountDir { /* private fields */ }Expand description
An NMS account directory (e.g., st_76561198025707979 or DefaultUser).
Implementations§
Trait Implementations§
Source§impl Clone for AccountDir
impl Clone for AccountDir
Source§fn clone(&self) -> AccountDir
fn clone(&self) -> AccountDir
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 AccountDir
impl Debug for AccountDir
Source§impl PartialEq for AccountDir
impl PartialEq for AccountDir
impl Eq for AccountDir
impl StructuralPartialEq for AccountDir
Auto Trait Implementations§
impl Freeze for AccountDir
impl RefUnwindSafe for AccountDir
impl Send for AccountDir
impl Sync for AccountDir
impl Unpin for AccountDir
impl UnsafeUnpin for AccountDir
impl UnwindSafe for AccountDir
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