pub struct FetchOpts {
pub ttl_secs: u64,
pub max_bytes: u64,
pub timeout_secs: u64,
pub allow_http: bool,
}Fields§
§ttl_secs: u64§max_bytes: u64§timeout_secs: u64§allow_http: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FetchOpts
impl RefUnwindSafe for FetchOpts
impl Send for FetchOpts
impl Sync for FetchOpts
impl Unpin for FetchOpts
impl UnsafeUnpin for FetchOpts
impl UnwindSafe for FetchOpts
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