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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TomlProfile
Source§impl Debug for TomlProfile
impl Debug for TomlProfile
Source§impl Default for TomlProfile
impl Default for TomlProfile
impl Eq 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
Source§fn eq(&self, other: &TomlProfile) -> bool
fn eq(&self, other: &TomlProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.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