#[repr(u32)]pub enum HttpStorageAction {
Insert = 0,
Update = 1,
DoNotStore = 2,
RecordUncacheable = 3,
}Variants§
Trait Implementations§
Source§impl Clone for HttpStorageAction
impl Clone for HttpStorageAction
Source§fn clone(&self) -> HttpStorageAction
fn clone(&self) -> HttpStorageAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HttpStorageAction
Source§impl Debug for HttpStorageAction
impl Debug for HttpStorageAction
impl Eq for HttpStorageAction
Source§impl PartialEq for HttpStorageAction
impl PartialEq for HttpStorageAction
Source§fn eq(&self, other: &HttpStorageAction) -> bool
fn eq(&self, other: &HttpStorageAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HttpStorageAction
Auto Trait Implementations§
impl Freeze for HttpStorageAction
impl RefUnwindSafe for HttpStorageAction
impl Send for HttpStorageAction
impl Sync for HttpStorageAction
impl Unpin for HttpStorageAction
impl UnsafeUnpin for HttpStorageAction
impl UnwindSafe for HttpStorageAction
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