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