pub struct BaseConfig { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for BaseConfig
impl Default for BaseConfig
Source§fn default() -> BaseConfig
fn default() -> BaseConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BaseConfig
impl RefUnwindSafe for BaseConfig
impl Send for BaseConfig
impl Sync for BaseConfig
impl Unpin for BaseConfig
impl UnwindSafe for BaseConfig
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