pub struct CompositeMapSystemCache { /* private fields */ }Trait Implementations
sourceimpl Debug for CompositeMapSystemCache
impl Debug for CompositeMapSystemCache
sourceimpl Default for CompositeMapSystemCache
impl Default for CompositeMapSystemCache
sourcefn default() -> CompositeMapSystemCache
fn default() -> CompositeMapSystemCache
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CompositeMapSystemCache
impl Send for CompositeMapSystemCache
impl Sync for CompositeMapSystemCache
impl Unpin for CompositeMapSystemCache
impl UnwindSafe for CompositeMapSystemCache
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more