pub enum Struct_stat {}Auto Trait Implementations§
impl Freeze for Struct_stat
impl RefUnwindSafe for Struct_stat
impl Send for Struct_stat
impl Sync for Struct_stat
impl Unpin for Struct_stat
impl UnwindSafe for Struct_stat
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