pub struct CubekConfig {
pub test: TestSection,
pub print: PrintSection,
}Expand description
Top-level configuration loaded from cubek.toml.
Fields§
§test: TestSection§print: PrintSectionTrait Implementations§
Source§impl Clone for CubekConfig
impl Clone for CubekConfig
Source§fn clone(&self) -> CubekConfig
fn clone(&self) -> CubekConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CubekConfig
impl Debug for CubekConfig
Auto Trait Implementations§
impl Freeze for CubekConfig
impl RefUnwindSafe for CubekConfig
impl Send for CubekConfig
impl Sync for CubekConfig
impl Unpin for CubekConfig
impl UnsafeUnpin for CubekConfig
impl UnwindSafe for CubekConfig
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