#[repr(u32)]pub enum cache_props {
CACHE_PROP_MUST_FREE = 1,
CACHE_PROP_SRC_REQ = 2,
CACHE_PROP_ONLY_EXTERNAL = 4,
CACHE_PROP_ONLY_NOT_EXTERNAL = 32,
CACHE_PROP_JSON = 8,
CACHE_PROP_INHERIT = 16,
CACHE_PROP_PAYMENT = 128,
}Variants§
CACHE_PROP_MUST_FREE = 1
CACHE_PROP_SRC_REQ = 2
CACHE_PROP_ONLY_EXTERNAL = 4
CACHE_PROP_ONLY_NOT_EXTERNAL = 32
CACHE_PROP_JSON = 8
CACHE_PROP_INHERIT = 16
CACHE_PROP_PAYMENT = 128
Trait Implementations§
Source§impl Clone for cache_props
impl Clone for cache_props
Source§fn clone(&self) -> cache_props
fn clone(&self) -> cache_props
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 cache_props
impl Debug for cache_props
Source§impl Hash for cache_props
impl Hash for cache_props
Source§impl PartialEq for cache_props
impl PartialEq for cache_props
impl Copy for cache_props
impl Eq for cache_props
impl StructuralPartialEq for cache_props
Auto Trait Implementations§
impl Freeze for cache_props
impl RefUnwindSafe for cache_props
impl Send for cache_props
impl Sync for cache_props
impl Unpin for cache_props
impl UnwindSafe for cache_props
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