pub struct AlphaPattern {
pub field: String,
pub operator: String,
pub value: String,
}Expand description
Pattern key for node sharing Two alpha nodes can share if they have the same pattern
Fields§
§field: String§operator: String§value: StringTrait Implementations§
Source§impl Clone for AlphaPattern
impl Clone for AlphaPattern
Source§fn clone(&self) -> AlphaPattern
fn clone(&self) -> AlphaPattern
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 AlphaPattern
impl Debug for AlphaPattern
Source§impl From<&AlphaNode> for AlphaPattern
impl From<&AlphaNode> for AlphaPattern
Source§impl Hash for AlphaPattern
impl Hash for AlphaPattern
Source§impl PartialEq for AlphaPattern
impl PartialEq for AlphaPattern
impl Eq for AlphaPattern
Auto Trait Implementations§
impl Freeze for AlphaPattern
impl RefUnwindSafe for AlphaPattern
impl Send for AlphaPattern
impl Sync for AlphaPattern
impl Unpin for AlphaPattern
impl UnwindSafe for AlphaPattern
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