pub struct CACHE_SIZE {
__private_field: (),
}
Fields§
§__private_field: ()
Trait Implementations§
Source§impl Deref for CACHE_SIZE
impl Deref for CACHE_SIZE
impl LazyStatic for CACHE_SIZE
Auto Trait Implementations§
impl Freeze for CACHE_SIZE
impl RefUnwindSafe for CACHE_SIZE
impl Send for CACHE_SIZE
impl Sync for CACHE_SIZE
impl Unpin for CACHE_SIZE
impl UnwindSafe for CACHE_SIZE
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