Struct HttpCacheWriteBehavior
#[repr(transparent)]pub struct HttpCacheWriteBehavior(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for HttpCacheWriteBehavior
impl Clone for HttpCacheWriteBehavior
§fn clone(&self) -> HttpCacheWriteBehavior
fn clone(&self) -> HttpCacheWriteBehavior
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 more§impl Debug for HttpCacheWriteBehavior
impl Debug for HttpCacheWriteBehavior
§impl Default for HttpCacheWriteBehavior
impl Default for HttpCacheWriteBehavior
§fn default() -> HttpCacheWriteBehavior
fn default() -> HttpCacheWriteBehavior
Returns the “default value” for a type. Read more
§impl PartialEq for HttpCacheWriteBehavior
impl PartialEq for HttpCacheWriteBehavior
impl Copy for HttpCacheWriteBehavior
impl Eq for HttpCacheWriteBehavior
impl StructuralPartialEq for HttpCacheWriteBehavior
Auto Trait Implementations§
impl Freeze for HttpCacheWriteBehavior
impl RefUnwindSafe for HttpCacheWriteBehavior
impl Send for HttpCacheWriteBehavior
impl Sync for HttpCacheWriteBehavior
impl Unpin for HttpCacheWriteBehavior
impl UnwindSafe for HttpCacheWriteBehavior
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