pub enum TomlProfile {
V1_0,
V1_1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for TomlProfile
impl Clone for TomlProfile
Source§fn clone(&self) -> TomlProfile
fn clone(&self) -> TomlProfile
Returns a duplicate 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 TomlProfile
impl Debug for TomlProfile
Source§impl Default for TomlProfile
impl Default for TomlProfile
Source§impl FromStr for TomlProfile
impl FromStr for TomlProfile
Source§impl Hash for TomlProfile
impl Hash for TomlProfile
Source§impl PartialEq for TomlProfile
impl PartialEq for TomlProfile
impl Copy for TomlProfile
impl Eq for TomlProfile
impl StructuralPartialEq for TomlProfile
Auto Trait Implementations§
impl Freeze for TomlProfile
impl RefUnwindSafe for TomlProfile
impl Send for TomlProfile
impl Sync for TomlProfile
impl Unpin for TomlProfile
impl UnsafeUnpin for TomlProfile
impl UnwindSafe for TomlProfile
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