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