pub struct MossConfig {
pub api_key: Option<String>,
pub base_url: String,
}Expand description
MOSS client configuration.
Fields§
§api_key: Option<String>§base_url: StringTrait Implementations§
Source§impl Clone for MossConfig
impl Clone for MossConfig
Source§fn clone(&self) -> MossConfig
fn clone(&self) -> MossConfig
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 MossConfig
impl Debug for MossConfig
Auto Trait Implementations§
impl Freeze for MossConfig
impl RefUnwindSafe for MossConfig
impl Send for MossConfig
impl Sync for MossConfig
impl Unpin for MossConfig
impl UnsafeUnpin for MossConfig
impl UnwindSafe for MossConfig
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