pub enum ProfileSource {
CliOverride,
ExecSubcommand,
Dispatch {
rule_name: String,
pattern: String,
},
DefaultProfile,
ImplementationDefault,
}Variants§
Trait Implementations§
Source§impl Clone for ProfileSource
impl Clone for ProfileSource
Source§fn clone(&self) -> ProfileSource
fn clone(&self) -> ProfileSource
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 moreAuto Trait Implementations§
impl Freeze for ProfileSource
impl RefUnwindSafe for ProfileSource
impl Send for ProfileSource
impl Sync for ProfileSource
impl Unpin for ProfileSource
impl UnsafeUnpin for ProfileSource
impl UnwindSafe for ProfileSource
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