pub enum ProfileLayout {
Simple,
Env,
}Variants§
Trait Implementations§
Source§impl Clone for ProfileLayout
impl Clone for ProfileLayout
Source§fn clone(&self) -> ProfileLayout
fn clone(&self) -> ProfileLayout
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 moreSource§impl Debug for ProfileLayout
impl Debug for ProfileLayout
Source§impl Default for ProfileLayout
impl Default for ProfileLayout
Source§fn default() -> ProfileLayout
fn default() -> ProfileLayout
Returns the “default value” for a type. Read more
Source§impl Display for ProfileLayout
impl Display for ProfileLayout
Source§impl PartialEq for ProfileLayout
impl PartialEq for ProfileLayout
Source§fn eq(&self, other: &ProfileLayout) -> bool
fn eq(&self, other: &ProfileLayout) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ValueEnum for ProfileLayout
impl ValueEnum for ProfileLayout
impl Copy for ProfileLayout
impl StructuralPartialEq for ProfileLayout
Auto Trait Implementations§
impl Freeze for ProfileLayout
impl RefUnwindSafe for ProfileLayout
impl Send for ProfileLayout
impl Sync for ProfileLayout
impl Unpin for ProfileLayout
impl UnsafeUnpin for ProfileLayout
impl UnwindSafe for ProfileLayout
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