Struct sqlparser::ast::NamedWindowDefinition  
source · pub struct NamedWindowDefinition(pub Ident, pub WindowSpec);Tuple Fields§
§0: Ident§1: WindowSpecTrait Implementations§
source§impl Clone for NamedWindowDefinition
 
impl Clone for NamedWindowDefinition
source§fn clone(&self) -> NamedWindowDefinition
 
fn clone(&self) -> NamedWindowDefinition
Returns a copy 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 NamedWindowDefinition
 
impl Debug for NamedWindowDefinition
source§impl<'de> Deserialize<'de> for NamedWindowDefinition
 
impl<'de> Deserialize<'de> for NamedWindowDefinition
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for NamedWindowDefinition
 
impl Display for NamedWindowDefinition
source§impl Hash for NamedWindowDefinition
 
impl Hash for NamedWindowDefinition
source§impl Ord for NamedWindowDefinition
 
impl Ord for NamedWindowDefinition
source§fn cmp(&self, other: &NamedWindowDefinition) -> Ordering
 
fn cmp(&self, other: &NamedWindowDefinition) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for NamedWindowDefinition
 
impl PartialEq for NamedWindowDefinition
source§fn eq(&self, other: &NamedWindowDefinition) -> bool
 
fn eq(&self, other: &NamedWindowDefinition) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd for NamedWindowDefinition
 
impl PartialOrd for NamedWindowDefinition
source§fn partial_cmp(&self, other: &NamedWindowDefinition) -> Option<Ordering>
 
fn partial_cmp(&self, other: &NamedWindowDefinition) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moresource§impl Serialize for NamedWindowDefinition
 
impl Serialize for NamedWindowDefinition
source§impl Visit for NamedWindowDefinition
 
impl Visit for NamedWindowDefinition
source§impl VisitMut for NamedWindowDefinition
 
impl VisitMut for NamedWindowDefinition
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
impl Eq for NamedWindowDefinition
impl StructuralEq for NamedWindowDefinition
impl StructuralPartialEq for NamedWindowDefinition
Auto Trait Implementations§
impl RefUnwindSafe for NamedWindowDefinition
impl Send for NamedWindowDefinition
impl Sync for NamedWindowDefinition
impl Unpin for NamedWindowDefinition
impl UnwindSafe for NamedWindowDefinition
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