Struct miniconf::MiniconfMetadata
source · [−]Expand description
Metadata about a settings structure.
Fields
max_topic_size: usizeThe maximum length of a topic in the structure.
max_depth: usizeThe maximum recursive depth of the structure.
Trait Implementations
sourceimpl Default for MiniconfMetadata
impl Default for MiniconfMetadata
sourcefn default() -> MiniconfMetadata
fn default() -> MiniconfMetadata
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MiniconfMetadata
impl Send for MiniconfMetadata
impl Sync for MiniconfMetadata
impl Unpin for MiniconfMetadata
impl UnwindSafe for MiniconfMetadata
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