pub struct StatInfo {
pub stat: Stat,
pub source: Source,
}
Fields§
§stat: Stat
§source: Source
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatInfo
impl RefUnwindSafe for StatInfo
impl Send for StatInfo
impl Sync for StatInfo
impl Unpin for StatInfo
impl UnwindSafe for StatInfo
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