pub struct VariantSchema {
pub docs: String,
pub value: PrimValue,
pub config: TomlConfig,
}Fields§
§docs: String§value: PrimValue§config: TomlConfigTrait Implementations§
Source§impl Clone for VariantSchema
impl Clone for VariantSchema
Source§fn clone(&self) -> VariantSchema
fn clone(&self) -> VariantSchema
Returns a copy of the value. Read more
1.0.0 · 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 VariantSchema
impl Debug for VariantSchema
Source§impl Default for VariantSchema
impl Default for VariantSchema
Source§fn default() -> VariantSchema
fn default() -> VariantSchema
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VariantSchema
impl RefUnwindSafe for VariantSchema
impl Send for VariantSchema
impl Sync for VariantSchema
impl Unpin for VariantSchema
impl UnwindSafe for VariantSchema
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