pub struct WildcardImport { /* private fields */ }Expand description
Implementations§
Source§impl WildcardImport
impl WildcardImport
pub fn star_token(&self) -> Option<SyntaxToken>
pub fn as_token(&self) -> Option<SyntaxToken>
pub fn ident_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for WildcardImport
impl AstNode for WildcardImport
Source§impl Clone for WildcardImport
impl Clone for WildcardImport
Source§fn clone(&self) -> WildcardImport
fn clone(&self) -> WildcardImport
Returns a duplicate 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 WildcardImport
impl Debug for WildcardImport
Source§impl Display for WildcardImport
impl Display for WildcardImport
Source§impl From<WildcardImport> for ImportClause
impl From<WildcardImport> for ImportClause
Source§fn from(node: WildcardImport) -> ImportClause
fn from(node: WildcardImport) -> ImportClause
Converts to this type from the input type.
Source§impl Hash for WildcardImport
impl Hash for WildcardImport
Source§impl PartialEq for WildcardImport
impl PartialEq for WildcardImport
impl Eq for WildcardImport
impl StructuralPartialEq for WildcardImport
Auto Trait Implementations§
impl Freeze for WildcardImport
impl RefUnwindSafe for WildcardImport
impl Send for WildcardImport
impl Sync for WildcardImport
impl Unpin for WildcardImport
impl UnwindSafe for WildcardImport
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