pub struct Overrides {
pub api_key: Option<String>,
pub app_key: Option<String>,
pub site: Option<String>,
pub profile: Option<String>,
pub config_path: Option<PathBuf>,
}Fields§
§api_key: Option<String>§app_key: Option<String>§site: Option<String>§profile: Option<String>§config_path: Option<PathBuf>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Overrides
impl RefUnwindSafe for Overrides
impl Send for Overrides
impl Sync for Overrides
impl Unpin for Overrides
impl UnsafeUnpin for Overrides
impl UnwindSafe for Overrides
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