Struct ruast::Underscore
source · pub struct Underscore {}Trait Implementations§
source§impl Clone for Underscore
impl Clone for Underscore
source§fn clone(&self) -> Underscore
fn clone(&self) -> Underscore
Returns a copy 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 Underscore
impl Debug for Underscore
source§impl Display for Underscore
impl Display for Underscore
source§impl From<Underscore> for ExprKind
impl From<Underscore> for ExprKind
source§fn from(item: Underscore) -> Self
fn from(item: Underscore) -> Self
Converts to this type from the input type.
source§impl From<Underscore> for TokenStream
impl From<Underscore> for TokenStream
source§fn from(_: Underscore) -> Self
fn from(_: Underscore) -> Self
Converts to this type from the input type.
source§impl Hash for Underscore
impl Hash for Underscore
source§impl PartialEq for Underscore
impl PartialEq for Underscore
source§fn eq(&self, other: &Underscore) -> bool
fn eq(&self, other: &Underscore) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for Underscore
impl StructuralEq for Underscore
impl StructuralPartialEq for Underscore
Auto Trait Implementations§
impl RefUnwindSafe for Underscore
impl Send for Underscore
impl Sync for Underscore
impl Unpin for Underscore
impl UnwindSafe for Underscore
Blanket Implementations§
source§impl<E> Accessible for Ewhere
E: Into<Expr>,
impl<E> Accessible for Ewhere E: Into<Expr>,
source§impl<E> Assignable for Ewhere
E: Into<Expr>,
impl<E> Assignable for Ewhere E: Into<Expr>,
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