pub struct SpecifyBlock {
pub nodes: (Keyword, Vec<SpecifyItem>, Keyword),
}Fields
nodes: (Keyword, Vec<SpecifyItem>, Keyword)Trait Implementations
sourceimpl Clone for SpecifyBlock
impl Clone for SpecifyBlock
sourcefn clone(&self) -> SpecifyBlock
fn clone(&self) -> SpecifyBlock
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SpecifyBlock
impl Debug for SpecifyBlock
sourceimpl<'a> From<&'a SpecifyBlock> for RefNodes<'a>
impl<'a> From<&'a SpecifyBlock> for RefNodes<'a>
sourcefn from(x: &'a SpecifyBlock) -> Self
fn from(x: &'a SpecifyBlock) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a SpecifyBlock> for RefNode<'a>
impl<'a> From<&'a SpecifyBlock> for RefNode<'a>
sourcefn from(x: &'a SpecifyBlock) -> Self
fn from(x: &'a SpecifyBlock) -> Self
Converts to this type from the input type.
sourceimpl From<SpecifyBlock> for AnyNode
impl From<SpecifyBlock> for AnyNode
sourcefn from(x: SpecifyBlock) -> Self
fn from(x: SpecifyBlock) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a SpecifyBlock
impl<'a> IntoIterator for &'a SpecifyBlock
sourceimpl PartialEq<SpecifyBlock> for SpecifyBlock
impl PartialEq<SpecifyBlock> for SpecifyBlock
sourcefn eq(&self, other: &SpecifyBlock) -> bool
fn eq(&self, other: &SpecifyBlock) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SpecifyBlock) -> bool
fn ne(&self, other: &SpecifyBlock) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a SpecifyBlock> for Locate
impl<'a> TryFrom<&'a SpecifyBlock> for Locate
sourceimpl TryFrom<AnyNode> for SpecifyBlock
impl TryFrom<AnyNode> for SpecifyBlock
sourceimpl TryFrom<SpecifyBlock> for Locate
impl TryFrom<SpecifyBlock> for Locate
impl StructuralPartialEq for SpecifyBlock
Auto Trait Implementations
impl RefUnwindSafe for SpecifyBlock
impl Send for SpecifyBlock
impl Sync for SpecifyBlock
impl Unpin for SpecifyBlock
impl UnwindSafe for SpecifyBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more