#[repr(C)]pub struct ShumateFileCache { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShumateFileCache
impl RefUnwindSafe for ShumateFileCache
impl !Send for ShumateFileCache
impl !Sync for ShumateFileCache
impl !Unpin for ShumateFileCache
impl UnwindSafe for ShumateFileCache
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