pub struct Meta {
pub config: TomlConfig,
pub defined_docs: String,
pub valued_docs: String,
pub wrap_type: String,
pub inner_type: String,
pub inner_default: PrimValue,
pub is_array: bool,
}
Fields§
§config: TomlConfig
§defined_docs: String
§valued_docs: String
§wrap_type: String
§inner_type: String
§inner_default: PrimValue
§is_array: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Meta
impl RefUnwindSafe for Meta
impl Send for Meta
impl Sync for Meta
impl Unpin for Meta
impl UnwindSafe for Meta
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