Struct syn_solidity::UsingListItem
source · pub struct UsingListItem {
pub path: SolPath,
pub op: Option<(As, UserDefinableOperator)>,
}
Fields§
§path: SolPath
§op: Option<(As, UserDefinableOperator)>
Trait Implementations§
source§impl Clone for UsingListItem
impl Clone for UsingListItem
source§fn clone(&self) -> UsingListItem
fn clone(&self) -> UsingListItem
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 UsingListItem
impl Debug for UsingListItem
source§impl Display for UsingListItem
impl Display for UsingListItem
source§impl Parse for UsingListItem
impl Parse for UsingListItem
fn parse(input: ParseStream<'_>) -> Result<Self>
source§impl Spanned for UsingListItem
impl Spanned for UsingListItem
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.Auto Trait Implementations§
impl RefUnwindSafe for UsingListItem
impl !Send for UsingListItem
impl !Sync for UsingListItem
impl Unpin for UsingListItem
impl UnwindSafe for UsingListItem
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