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