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 Freeze for UsingListItem
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)