pub struct GraphNodeMatch {
pub label: Option<Label>,
pub props: Props,
pub predicates: Vec<GraphPropertyPredicate>,
}Fields§
§label: Option<Label>§props: Props§predicates: Vec<GraphPropertyPredicate>Trait Implementations§
Source§impl Clone for GraphNodeMatch
impl Clone for GraphNodeMatch
Source§fn clone(&self) -> GraphNodeMatch
fn clone(&self) -> GraphNodeMatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GraphNodeMatch
impl Debug for GraphNodeMatch
Source§impl Default for GraphNodeMatch
impl Default for GraphNodeMatch
Source§fn default() -> GraphNodeMatch
fn default() -> GraphNodeMatch
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GraphNodeMatch
impl<'de> Deserialize<'de> for GraphNodeMatch
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GraphNodeMatch
impl PartialEq for GraphNodeMatch
Source§fn eq(&self, other: &GraphNodeMatch) -> bool
fn eq(&self, other: &GraphNodeMatch) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GraphNodeMatch
impl Serialize for GraphNodeMatch
impl StructuralPartialEq for GraphNodeMatch
Auto Trait Implementations§
impl Freeze for GraphNodeMatch
impl RefUnwindSafe for GraphNodeMatch
impl Send for GraphNodeMatch
impl Sync for GraphNodeMatch
impl Unpin for GraphNodeMatch
impl UnsafeUnpin for GraphNodeMatch
impl UnwindSafe for GraphNodeMatch
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