pub struct CdcOrCdo(/* private fields */);Expand description
Represents a token with Kind::CdcOrCdo. Use T![CdcOrCdo] to refer to this.
Implementations§
Source§impl CdcOrCdo
impl CdcOrCdo
pub const fn dummy() -> Self
pub fn associated_whitespace(&self) -> AssociatedWhitespaceRules
pub fn with_associated_whitespace( &self, rules: AssociatedWhitespaceRules, ) -> Self
Trait Implementations§
impl Copy for CdcOrCdo
impl Eq for CdcOrCdo
Source§impl Ord for CdcOrCdo
impl Ord for CdcOrCdo
1.21.0 (const: unstable) · 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 PartialOrd for CdcOrCdo
impl PartialOrd for CdcOrCdo
Source§impl SemanticEq for CdcOrCdo
impl SemanticEq for CdcOrCdo
Source§fn semantic_eq(&self, s: &Self) -> bool
fn semantic_eq(&self, s: &Self) -> bool
Returns
true if self and other are semantically equal.impl StructuralPartialEq for CdcOrCdo
Source§impl ToCursors for CdcOrCdo
impl ToCursors for CdcOrCdo
fn to_cursors(&self, s: &mut impl CursorSink)
Auto Trait Implementations§
impl Freeze for CdcOrCdo
impl RefUnwindSafe for CdcOrCdo
impl Send for CdcOrCdo
impl Sync for CdcOrCdo
impl Unpin for CdcOrCdo
impl UnsafeUnpin for CdcOrCdo
impl UnwindSafe for CdcOrCdo
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