Enum object_lib::object::CachingPermitted
source · pub enum CachingPermitted {
UnderInvalidation(EcbId),
PermissibleIfEffective,
}Variants§
Trait Implementations§
source§impl Clone for CachingPermitted
impl Clone for CachingPermitted
source§fn clone(&self) -> CachingPermitted
fn clone(&self) -> CachingPermitted
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CachingPermitted
impl Debug for CachingPermitted
source§impl Persistable for CachingPermitted
impl Persistable for CachingPermitted
impl Copy for CachingPermitted
Auto Trait Implementations§
impl RefUnwindSafe for CachingPermitted
impl Send for CachingPermitted
impl Sync for CachingPermitted
impl Unpin for CachingPermitted
impl UnwindSafe for CachingPermitted
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