pub struct RelationMatchExpectation {
pub relation: String,
pub direction: Option<String>,
pub endpoint_id: Option<String>,
pub endpoint_title: Option<String>,
pub phrase: Option<String>,
}Fields§
§relation: String§direction: Option<String>§endpoint_id: Option<String>§endpoint_title: Option<String>§phrase: Option<String>Trait Implementations§
Source§impl Clone for RelationMatchExpectation
impl Clone for RelationMatchExpectation
Source§fn clone(&self) -> RelationMatchExpectation
fn clone(&self) -> RelationMatchExpectation
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 RelationMatchExpectation
impl Debug for RelationMatchExpectation
Source§impl Default for RelationMatchExpectation
impl Default for RelationMatchExpectation
Source§fn default() -> RelationMatchExpectation
fn default() -> RelationMatchExpectation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RelationMatchExpectation
impl<'de> Deserialize<'de> for RelationMatchExpectation
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
impl Eq for RelationMatchExpectation
Source§impl PartialEq for RelationMatchExpectation
impl PartialEq for RelationMatchExpectation
Source§fn eq(&self, other: &RelationMatchExpectation) -> bool
fn eq(&self, other: &RelationMatchExpectation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RelationMatchExpectation
impl Serialize for RelationMatchExpectation
impl StructuralPartialEq for RelationMatchExpectation
Auto Trait Implementations§
impl Freeze for RelationMatchExpectation
impl RefUnwindSafe for RelationMatchExpectation
impl Send for RelationMatchExpectation
impl Sync for RelationMatchExpectation
impl Unpin for RelationMatchExpectation
impl UnsafeUnpin for RelationMatchExpectation
impl UnwindSafe for RelationMatchExpectation
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