pub struct RoleRefList { /* private fields */ }Implementations§
Source§impl RoleRefList
impl RoleRefList
pub fn role_refs(&self) -> AstChildren<RoleRef> ⓘ
Trait Implementations§
Source§impl AstNode for RoleRefList
impl AstNode for RoleRefList
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 RoleRefList
impl Clone for RoleRefList
Source§fn clone(&self) -> RoleRefList
fn clone(&self) -> RoleRefList
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 RoleRefList
impl Debug for RoleRefList
Source§impl Hash for RoleRefList
impl Hash for RoleRefList
Source§impl PartialEq for RoleRefList
impl PartialEq for RoleRefList
impl Eq for RoleRefList
impl StructuralPartialEq for RoleRefList
Auto Trait Implementations§
impl Freeze for RoleRefList
impl !RefUnwindSafe for RoleRefList
impl !Send for RoleRefList
impl !Sync for RoleRefList
impl Unpin for RoleRefList
impl !UnwindSafe for RoleRefList
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