pub struct UsageRequest {
pub target_file: PathBuf,
pub refresh_on_401: bool,
pub base_url: String,
pub connect_timeout_seconds: u64,
pub max_time_seconds: u64,
}Fields§
§target_file: PathBuf§refresh_on_401: bool§base_url: String§connect_timeout_seconds: u64§max_time_seconds: u64Auto Trait Implementations§
impl Freeze for UsageRequest
impl RefUnwindSafe for UsageRequest
impl Send for UsageRequest
impl Sync for UsageRequest
impl Unpin for UsageRequest
impl UnwindSafe for UsageRequest
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