#[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 · 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 HttpCacheLookupOptions
impl Debug for HttpCacheLookupOptions
Source§impl PartialEq for HttpCacheLookupOptions
impl PartialEq for HttpCacheLookupOptions
impl Copy for HttpCacheLookupOptions
impl Eq for HttpCacheLookupOptions
impl StructuralPartialEq for HttpCacheLookupOptions
Auto Trait Implementations§
impl Freeze for HttpCacheLookupOptions
impl RefUnwindSafe for HttpCacheLookupOptions
impl !Send for HttpCacheLookupOptions
impl !Sync for HttpCacheLookupOptions
impl Unpin 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