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