pub struct TargetList { /* private fields */ }
Implementations§
Source§impl TargetList
impl TargetList
pub fn targets(&self) -> AstChildren<Target> ⓘ
Trait Implementations§
Source§impl AstNode for TargetList
impl AstNode for TargetList
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for TargetList
impl Clone for TargetList
Source§fn clone(&self) -> TargetList
fn clone(&self) -> TargetList
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 TargetList
impl Debug for TargetList
Source§impl Hash for TargetList
impl Hash for TargetList
Source§impl PartialEq for TargetList
impl PartialEq for TargetList
impl Eq for TargetList
impl StructuralPartialEq for TargetList
Auto Trait Implementations§
impl Freeze for TargetList
impl !RefUnwindSafe for TargetList
impl !Send for TargetList
impl !Sync for TargetList
impl Unpin for TargetList
impl !UnwindSafe for TargetList
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