Enum librojo::cli::ColorChoice
source · pub enum ColorChoice {
Auto,
Always,
Never,
}Variants§
Trait Implementations§
source§impl Clone for ColorChoice
impl Clone for ColorChoice
source§fn clone(&self) -> ColorChoice
fn clone(&self) -> ColorChoice
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 ColorChoice
impl Debug for ColorChoice
source§impl From<ColorChoice> for ColorChoice
impl From<ColorChoice> for ColorChoice
source§fn from(value: ColorChoice) -> Self
fn from(value: ColorChoice) -> Self
Converts to this type from the input type.
source§impl From<ColorChoice> for WriteStyle
impl From<ColorChoice> for WriteStyle
source§fn from(value: ColorChoice) -> Self
fn from(value: ColorChoice) -> Self
Converts to this type from the input type.
source§impl FromStr for ColorChoice
impl FromStr for ColorChoice
impl Copy for ColorChoice
Auto Trait Implementations§
impl RefUnwindSafe for ColorChoice
impl Send for ColorChoice
impl Sync for ColorChoice
impl Unpin for ColorChoice
impl UnwindSafe for ColorChoice
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