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