pub struct CdcOrCdo(/* private fields */);
Expand description
Represents a token with Kind::CdcOrCdo. Use T![CdcOrCdo] to refer to this.
Implementations§
Trait Implementations§
Source§impl Ord for CdcOrCdo
impl Ord for CdcOrCdo
Source§impl PartialOrd for CdcOrCdo
impl PartialOrd for CdcOrCdo
Source§impl ToCursors for CdcOrCdo
impl ToCursors for CdcOrCdo
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for CdcOrCdo
impl Eq for CdcOrCdo
impl StructuralPartialEq for CdcOrCdo
Auto Trait Implementations§
impl Freeze for CdcOrCdo
impl RefUnwindSafe for CdcOrCdo
impl Send for CdcOrCdo
impl Sync for CdcOrCdo
impl Unpin 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