pub enum OutputStyleSource {
BuiltIn,
Plugin,
PolicySettings,
UserSettings,
ProjectSettings,
}Expand description
Source of the output style configuration
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for OutputStyleSource
impl Clone for OutputStyleSource
Source§fn clone(&self) -> OutputStyleSource
fn clone(&self) -> OutputStyleSource
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 OutputStyleSource
impl Debug for OutputStyleSource
Source§impl PartialEq for OutputStyleSource
impl PartialEq for OutputStyleSource
impl StructuralPartialEq for OutputStyleSource
Auto Trait Implementations§
impl Freeze for OutputStyleSource
impl RefUnwindSafe for OutputStyleSource
impl Send for OutputStyleSource
impl Sync for OutputStyleSource
impl Unpin for OutputStyleSource
impl UnsafeUnpin for OutputStyleSource
impl UnwindSafe for OutputStyleSource
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