pub struct Any;
Expand description
Represents the terminal symbol any
Trait Implementations§
Source§impl<'a> From<Any> for SingleType<'a>
impl<'a> From<Any> for SingleType<'a>
Source§impl Ord for Any
impl Ord for Any
Source§impl PartialOrd for Any
impl PartialOrd for Any
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