pub struct NubisConfig {
pub api_key: String,
pub base_url: String,
pub timeout: Option<Duration>,
}Expand description
Configuration for the Nubis client
Fields§
§api_key: String§base_url: String§timeout: Option<Duration>Trait Implementations§
Source§impl Clone for NubisConfig
impl Clone for NubisConfig
Source§fn clone(&self) -> NubisConfig
fn clone(&self) -> NubisConfig
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 NubisConfig
impl Debug for NubisConfig
Auto Trait Implementations§
impl Freeze for NubisConfig
impl RefUnwindSafe for NubisConfig
impl Send for NubisConfig
impl Sync for NubisConfig
impl Unpin for NubisConfig
impl UnwindSafe for NubisConfig
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