pub struct CoverPropertyStatement {
    pub nodes: (Keyword, Keyword, Paren<PropertySpec>, StatementOrNull),
}Fields§
§nodes: (Keyword, Keyword, Paren<PropertySpec>, StatementOrNull)Trait Implementations§
Source§impl Clone for CoverPropertyStatement
 
impl Clone for CoverPropertyStatement
Source§fn clone(&self) -> CoverPropertyStatement
 
fn clone(&self) -> CoverPropertyStatement
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 CoverPropertyStatement
 
impl Debug for CoverPropertyStatement
Source§impl<'a> From<&'a CoverPropertyStatement> for RefNode<'a>
 
impl<'a> From<&'a CoverPropertyStatement> for RefNode<'a>
Source§fn from(x: &'a CoverPropertyStatement) -> RefNode<'a>
 
fn from(x: &'a CoverPropertyStatement) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a CoverPropertyStatement> for RefNodes<'a>
 
impl<'a> From<&'a CoverPropertyStatement> for RefNodes<'a>
Source§fn from(x: &'a CoverPropertyStatement) -> RefNodes<'a>
 
fn from(x: &'a CoverPropertyStatement) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<CoverPropertyStatement> for AnyNode
 
impl From<CoverPropertyStatement> for AnyNode
Source§fn from(x: CoverPropertyStatement) -> AnyNode
 
fn from(x: CoverPropertyStatement) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a CoverPropertyStatement
 
impl<'a> IntoIterator for &'a CoverPropertyStatement
Source§impl PartialEq for CoverPropertyStatement
 
impl PartialEq for CoverPropertyStatement
Source§impl<'a> TryFrom<&'a CoverPropertyStatement> for Locate
 
impl<'a> TryFrom<&'a CoverPropertyStatement> for Locate
Source§impl TryFrom<AnyNode> for CoverPropertyStatement
 
impl TryFrom<AnyNode> for CoverPropertyStatement
Source§impl TryFrom<CoverPropertyStatement> for Locate
 
impl TryFrom<CoverPropertyStatement> for Locate
impl StructuralPartialEq for CoverPropertyStatement
Auto Trait Implementations§
impl Freeze for CoverPropertyStatement
impl RefUnwindSafe for CoverPropertyStatement
impl Send for CoverPropertyStatement
impl Sync for CoverPropertyStatement
impl Unpin for CoverPropertyStatement
impl UnwindSafe for CoverPropertyStatement
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