pub struct NetLvaluePattern {
pub nodes: (Option<AssignmentPatternExpressionType>, AssignmentPatternNetLvalue),
}Fields
nodes: (Option<AssignmentPatternExpressionType>, AssignmentPatternNetLvalue)Trait Implementations
sourceimpl Clone for NetLvaluePattern
impl Clone for NetLvaluePattern
sourcefn clone(&self) -> NetLvaluePattern
fn clone(&self) -> NetLvaluePattern
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 NetLvaluePattern
impl Debug for NetLvaluePattern
sourceimpl<'a> From<&'a NetLvaluePattern> for RefNodes<'a>
impl<'a> From<&'a NetLvaluePattern> for RefNodes<'a>
sourcefn from(x: &'a NetLvaluePattern) -> Self
fn from(x: &'a NetLvaluePattern) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a NetLvaluePattern> for RefNode<'a>
impl<'a> From<&'a NetLvaluePattern> for RefNode<'a>
sourcefn from(x: &'a NetLvaluePattern) -> Self
fn from(x: &'a NetLvaluePattern) -> Self
Converts to this type from the input type.
sourceimpl From<NetLvaluePattern> for AnyNode
impl From<NetLvaluePattern> for AnyNode
sourcefn from(x: NetLvaluePattern) -> Self
fn from(x: NetLvaluePattern) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a NetLvaluePattern
impl<'a> IntoIterator for &'a NetLvaluePattern
sourceimpl PartialEq<NetLvaluePattern> for NetLvaluePattern
impl PartialEq<NetLvaluePattern> for NetLvaluePattern
sourcefn eq(&self, other: &NetLvaluePattern) -> bool
fn eq(&self, other: &NetLvaluePattern) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &NetLvaluePattern) -> bool
fn ne(&self, other: &NetLvaluePattern) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a NetLvaluePattern> for Locate
impl<'a> TryFrom<&'a NetLvaluePattern> for Locate
sourceimpl TryFrom<AnyNode> for NetLvaluePattern
impl TryFrom<AnyNode> for NetLvaluePattern
sourceimpl TryFrom<NetLvaluePattern> for Locate
impl TryFrom<NetLvaluePattern> for Locate
impl StructuralPartialEq for NetLvaluePattern
Auto Trait Implementations
impl RefUnwindSafe for NetLvaluePattern
impl Send for NetLvaluePattern
impl Sync for NetLvaluePattern
impl Unpin for NetLvaluePattern
impl UnwindSafe for NetLvaluePattern
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