pub struct ZorderClause { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for ZorderClause
impl AstNode for ZorderClause
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for ZorderClause
impl Clone for ZorderClause
Source§fn clone(&self) -> ZorderClause
fn clone(&self) -> ZorderClause
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ZorderClause
impl Debug for ZorderClause
impl Eq for ZorderClause
Source§impl Hash for ZorderClause
impl Hash for ZorderClause
Source§impl PartialEq for ZorderClause
impl PartialEq for ZorderClause
impl StructuralPartialEq for ZorderClause
Auto Trait Implementations§
impl !RefUnwindSafe for ZorderClause
impl !Send for ZorderClause
impl !Sync for ZorderClause
impl !UnwindSafe for ZorderClause
impl Freeze for ZorderClause
impl Unpin for ZorderClause
impl UnsafeUnpin for ZorderClause
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