pub struct ServiceDeskOptions { /* private fields */ }Expand description
Configuration options for the ServiceDesk client
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