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