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