pub enum HMATCachePolicy {
None,
WriteBack,
WriteThrough,
}
Variants§
Auto Trait Implementations§
impl Freeze for HMATCachePolicy
impl RefUnwindSafe for HMATCachePolicy
impl Send for HMATCachePolicy
impl Sync for HMATCachePolicy
impl Unpin for HMATCachePolicy
impl UnwindSafe for HMATCachePolicy
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