Struct syn_solidity::kw::xor
source · pub struct xor {
pub span: Span,
}
Fields§
§span: Span
Trait Implementations§
source§impl PartialEq for xor
impl PartialEq for xor
source§impl Spanned for xor
impl Spanned for xor
source§fn span(&self) -> Span
fn span(&self) -> Span
Returns a
Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty.source§impl ToTokens for xor
impl ToTokens for xor
source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere Self: Sized,
impl Copy for xor
impl Eq for xor
Auto Trait Implementations§
impl RefUnwindSafe for xor
impl !Send for xor
impl !Sync for xor
impl Unpin for xor
impl UnwindSafe for xor
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
source§impl<T> Spanned for Twhere
T: Spanned + ?Sized,
impl<T> Spanned for Twhere T: Spanned + ?Sized,
source§fn span(&self) -> Span
fn span(&self) -> Span
Returns a
Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty.