Struct rust_rcs_core::internet::headers::cache_control::CacheControl
source · pub struct CacheControl {
pub no_cache: bool,
pub max_age: u32,
}
Fields§
§no_cache: bool
§max_age: u32
Auto Trait Implementations§
impl RefUnwindSafe for CacheControl
impl Send for CacheControl
impl Sync for CacheControl
impl Unpin for CacheControl
impl UnwindSafe for CacheControl
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