pub struct PrivList { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for PrivList
impl AstNode for PrivList
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
impl Eq for PrivList
impl StructuralPartialEq for PrivList
Auto Trait Implementations§
impl !RefUnwindSafe for PrivList
impl !Send for PrivList
impl !Sync for PrivList
impl !UnwindSafe for PrivList
impl Freeze for PrivList
impl Unpin for PrivList
impl UnsafeUnpin for PrivList
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