pub struct DENTRY_CACHE {
__private_field: (),
}Fields§
§__private_field: ()Methods from Deref<Target = DentryCache>§
Trait Implementations§
Source§impl Deref for DENTRY_CACHE
impl Deref for DENTRY_CACHE
Source§type Target = DentryCache
type Target = DentryCache
The resulting type after dereferencing.
Source§fn deref(&self) -> &DentryCache
fn deref(&self) -> &DentryCache
Dereferences the value.
impl LazyStatic for DENTRY_CACHE
Auto Trait Implementations§
impl Freeze for DENTRY_CACHE
impl RefUnwindSafe for DENTRY_CACHE
impl Send for DENTRY_CACHE
impl Sync for DENTRY_CACHE
impl Unpin for DENTRY_CACHE
impl UnwindSafe for DENTRY_CACHE
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more