pub enum InheritsValue {
True(Ident),
False(Ident),
}Variants§
Trait Implementations§
Source§impl Clone for InheritsValue
impl Clone for InheritsValue
Source§fn clone(&self) -> InheritsValue
fn clone(&self) -> InheritsValue
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 InheritsValue
impl Debug for InheritsValue
Source§impl From<InheritsValue> for Cursor
impl From<InheritsValue> for Cursor
Source§fn from(value: InheritsValue) -> Cursor
fn from(value: InheritsValue) -> Cursor
Converts to this type from the input type.
Source§impl From<InheritsValue> for Token
impl From<InheritsValue> for Token
Source§fn from(value: InheritsValue) -> Token
fn from(value: InheritsValue) -> Token
Converts to this type from the input type.
Source§impl Hash for InheritsValue
impl Hash for InheritsValue
Source§impl Ord for InheritsValue
impl Ord for InheritsValue
Source§fn cmp(&self, other: &InheritsValue) -> Ordering
fn cmp(&self, other: &InheritsValue) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for InheritsValue
impl<'a> Parse<'a> for InheritsValue
Source§impl PartialEq for InheritsValue
impl PartialEq for InheritsValue
Source§impl PartialOrd for InheritsValue
impl PartialOrd for InheritsValue
Source§impl<'a> Peek<'a> for InheritsValue
impl<'a> Peek<'a> for InheritsValue
Source§impl ToCursors for InheritsValue
impl ToCursors for InheritsValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for InheritsValue
impl Eq for InheritsValue
impl StructuralPartialEq for InheritsValue
Auto Trait Implementations§
impl Freeze for InheritsValue
impl RefUnwindSafe for InheritsValue
impl Send for InheritsValue
impl Sync for InheritsValue
impl Unpin for InheritsValue
impl UnwindSafe for InheritsValue
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