Struct fastly_sys::fastly_cache::CacheLookupOptions
source · #[repr(C)]pub struct CacheLookupOptions {
pub request_headers: RequestHandle,
}Fields§
§request_headers: RequestHandleTrait Implementations§
source§impl Clone for CacheLookupOptions
impl Clone for CacheLookupOptions
source§fn clone(&self) -> CacheLookupOptions
fn clone(&self) -> CacheLookupOptions
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 CacheLookupOptions
impl Debug for CacheLookupOptions
source§impl PartialEq<CacheLookupOptions> for CacheLookupOptions
impl PartialEq<CacheLookupOptions> for CacheLookupOptions
source§fn eq(&self, other: &CacheLookupOptions) -> bool
fn eq(&self, other: &CacheLookupOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CacheLookupOptions
impl Eq for CacheLookupOptions
impl StructuralEq for CacheLookupOptions
impl StructuralPartialEq for CacheLookupOptions
Auto Trait Implementations§
impl RefUnwindSafe for CacheLookupOptions
impl Send for CacheLookupOptions
impl Sync for CacheLookupOptions
impl Unpin for CacheLookupOptions
impl UnwindSafe for CacheLookupOptions
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