pub struct SessionDirStat {
pub agent: &'static str,
pub dir: PathBuf,
pub sessions: usize,
pub bytes: u64,
}Fields§
§agent: &'static str§dir: PathBuf§sessions: usize§bytes: u64Trait Implementations§
Source§impl Clone for SessionDirStat
impl Clone for SessionDirStat
Source§fn clone(&self) -> SessionDirStat
fn clone(&self) -> SessionDirStat
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 moreAuto Trait Implementations§
impl Freeze for SessionDirStat
impl RefUnwindSafe for SessionDirStat
impl Send for SessionDirStat
impl Sync for SessionDirStat
impl Unpin for SessionDirStat
impl UnsafeUnpin for SessionDirStat
impl UnwindSafe for SessionDirStat
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