pub struct Config {
pub blob_download_concurrency_limit: u16,
pub blob_download_resumption_attempts_limit: u32,
pub blob_network_body_timeout_seconds: u32,
pub blob_network_header_timeout_seconds: u32,
pub delivery_blob_type: u32,
pub tuf_metadata_timeout_seconds: u32,
}
Fields§
§blob_download_concurrency_limit: u16
§blob_download_resumption_attempts_limit: u32
§blob_network_body_timeout_seconds: u32
§blob_network_header_timeout_seconds: u32
§delivery_blob_type: u32
§tuf_metadata_timeout_seconds: u32
Implementations§
Source§impl Config
impl Config
pub fn take_from_startup_handle() -> Self
pub fn record_inspect(&self, inspector_node: &Node)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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