Struct geo_aid::script::token::Exclamation
source · pub struct Exclamation {
pub span: Span,
}Expand description
A ‘!’ token.
Fields§
§span: SpanTrait Implementations§
source§impl Clone for Exclamation
impl Clone for Exclamation
source§fn clone(&self) -> Exclamation
fn clone(&self) -> Exclamation
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 Exclamation
impl Debug for Exclamation
source§impl Parse for Exclamation
impl Parse for Exclamation
source§impl PartialEq<Exclamation> for Exclamation
impl PartialEq<Exclamation> for Exclamation
source§fn eq(&self, other: &Exclamation) -> bool
fn eq(&self, other: &Exclamation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.