pub enum StyleLangScope {
All,
CFamilyOnly,
}Expand description
Which language families receive style-guide heuristic analysis.
Variants§
Trait Implementations§
Source§impl Clone for StyleLangScope
impl Clone for StyleLangScope
Source§fn clone(&self) -> StyleLangScope
fn clone(&self) -> StyleLangScope
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 StyleLangScope
Source§impl Debug for StyleLangScope
impl Debug for StyleLangScope
impl Eq for StyleLangScope
Source§impl PartialEq for StyleLangScope
impl PartialEq for StyleLangScope
Source§fn eq(&self, other: &StyleLangScope) -> bool
fn eq(&self, other: &StyleLangScope) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StyleLangScope
Auto Trait Implementations§
impl Freeze for StyleLangScope
impl RefUnwindSafe for StyleLangScope
impl Send for StyleLangScope
impl Sync for StyleLangScope
impl Unpin for StyleLangScope
impl UnsafeUnpin for StyleLangScope
impl UnwindSafe for StyleLangScope
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