#[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 · 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 HttpStorageAction
impl Debug for HttpStorageAction
Source§impl PartialEq for HttpStorageAction
impl PartialEq for HttpStorageAction
impl Copy for HttpStorageAction
impl Eq for HttpStorageAction
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 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