pub struct UsageCache { /* private fields */ }Trait Implementations§
Source§impl Default for UsageCache
impl Default for UsageCache
Source§fn default() -> UsageCache
fn default() -> UsageCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UsageCache
impl RefUnwindSafe for UsageCache
impl Send for UsageCache
impl Sync for UsageCache
impl Unpin for UsageCache
impl UnsafeUnpin for UsageCache
impl UnwindSafe for UsageCache
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