Struct ydevlib::base_config::BaseConfig
source · [−]pub struct BaseConfig { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Default for BaseConfig
impl Default for BaseConfig
sourcefn default() -> BaseConfig
fn default() -> BaseConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for BaseConfig
impl Send for BaseConfig
impl Sync for BaseConfig
impl Unpin for BaseConfig
impl UnwindSafe for BaseConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more