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