pub struct RelationshipPattern {
pub direction: Direction,
pub detail: Option<RelationshipDetail>,
pub span: Span,
}Fields§
§direction: Direction§detail: Option<RelationshipDetail>§span: SpanTrait Implementations§
Source§impl Clone for RelationshipPattern
impl Clone for RelationshipPattern
Source§fn clone(&self) -> RelationshipPattern
fn clone(&self) -> RelationshipPattern
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 moreAuto Trait Implementations§
impl Freeze for RelationshipPattern
impl RefUnwindSafe for RelationshipPattern
impl Send for RelationshipPattern
impl Sync for RelationshipPattern
impl Unpin for RelationshipPattern
impl UnsafeUnpin for RelationshipPattern
impl UnwindSafe for RelationshipPattern
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