pub struct SevkOptions {
pub base_url: String,
pub timeout: u64,
}Expand description
Options for configuring the Sevk client
Fields§
§base_url: StringBase URL for the API
timeout: u64Request timeout in milliseconds
Trait Implementations§
Source§impl Clone for SevkOptions
impl Clone for SevkOptions
Source§fn clone(&self) -> SevkOptions
fn clone(&self) -> SevkOptions
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 SevkOptions
impl Debug for SevkOptions
Auto Trait Implementations§
impl Freeze for SevkOptions
impl RefUnwindSafe for SevkOptions
impl Send for SevkOptions
impl Sync for SevkOptions
impl Unpin for SevkOptions
impl UnsafeUnpin for SevkOptions
impl UnwindSafe for SevkOptions
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