pub struct ServiceDeskOptions {
pub user_agent: Option<String>,
pub timeout: Option<Duration>,
pub security: Option<Security>,
pub default_headers: Option<HeaderMap>,
}Expand description
Configuration options for the ServiceDesk client
Fields§
§user_agent: Option<String>§timeout: Option<Duration>Request timeout duration
security: Option<Security>§default_headers: Option<HeaderMap>Trait Implementations§
Source§impl Clone for ServiceDeskOptions
impl Clone for ServiceDeskOptions
Source§fn clone(&self) -> ServiceDeskOptions
fn clone(&self) -> ServiceDeskOptions
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 ServiceDeskOptions
impl Debug for ServiceDeskOptions
Auto Trait Implementations§
impl Freeze for ServiceDeskOptions
impl RefUnwindSafe for ServiceDeskOptions
impl Send for ServiceDeskOptions
impl Sync for ServiceDeskOptions
impl Unpin for ServiceDeskOptions
impl UnwindSafe for ServiceDeskOptions
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