pub struct selfdestruct {
pub span: Span,
}
Fields§
§span: Span
Trait Implementations§
Source§impl Clone for selfdestruct
impl Clone for selfdestruct
Source§impl Debug for selfdestruct
impl Debug for selfdestruct
Source§impl Default for selfdestruct
impl Default for selfdestruct
Source§impl Hash for selfdestruct
impl Hash for selfdestruct
Source§impl Parse for selfdestruct
impl Parse for selfdestruct
fn parse(input: ParseStream<'_>) -> Result<selfdestruct>
Source§impl PartialEq for selfdestruct
impl PartialEq for selfdestruct
Source§impl Spanned for selfdestruct
impl Spanned for selfdestruct
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 selfdestruct
impl ToTokens for selfdestruct
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 selfdestruct
impl Eq for selfdestruct
Auto Trait Implementations§
impl Freeze for selfdestruct
impl RefUnwindSafe for selfdestruct
impl !Send for selfdestruct
impl !Sync for selfdestruct
impl Unpin for selfdestruct
impl UnwindSafe for selfdestruct
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.