pub struct FcacheNs { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for FcacheNs
impl Eq for FcacheNs
impl Send for FcacheNs
Flash Cache
impl StructuralPartialEq for FcacheNs
impl Sync for FcacheNs
Auto Trait Implementations§
impl Freeze for FcacheNs
impl RefUnwindSafe for FcacheNs
impl Unpin for FcacheNs
impl UnwindSafe for FcacheNs
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