#[repr(C)]pub struct HttpCacheLookupOptions {
pub override_key_ptr: *const u8,
pub override_key_len: usize,
pub backend_name_ptr: *const u8,
pub backend_name_len: usize,
}Fields§
§override_key_ptr: *const u8§override_key_len: usize§backend_name_ptr: *const u8§backend_name_len: usizeTrait Implementations§
Source§impl Clone for HttpCacheLookupOptions
impl Clone for HttpCacheLookupOptions
Source§fn clone(&self) -> HttpCacheLookupOptions
fn clone(&self) -> HttpCacheLookupOptions
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 HttpCacheLookupOptions
Source§impl Debug for HttpCacheLookupOptions
impl Debug for HttpCacheLookupOptions
impl Eq for HttpCacheLookupOptions
Source§impl PartialEq for HttpCacheLookupOptions
impl PartialEq for HttpCacheLookupOptions
Source§fn eq(&self, other: &HttpCacheLookupOptions) -> bool
fn eq(&self, other: &HttpCacheLookupOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HttpCacheLookupOptions
Auto Trait Implementations§
impl !Send for HttpCacheLookupOptions
impl !Sync for HttpCacheLookupOptions
impl Freeze for HttpCacheLookupOptions
impl RefUnwindSafe for HttpCacheLookupOptions
impl Unpin for HttpCacheLookupOptions
impl UnsafeUnpin for HttpCacheLookupOptions
impl UnwindSafe for HttpCacheLookupOptions
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