pub struct SatisfyViewMember {
pub viewpoint_ref: String,
pub body: ConnectBody,
}Expand description
Satisfy in view body: satisfy QualifiedName RelationshipBody.
Fields§
§viewpoint_ref: String§body: ConnectBodyTrait Implementations§
Source§impl Clone for SatisfyViewMember
impl Clone for SatisfyViewMember
Source§fn clone(&self) -> SatisfyViewMember
fn clone(&self) -> SatisfyViewMember
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 SatisfyViewMember
impl Debug for SatisfyViewMember
impl Eq for SatisfyViewMember
Source§impl PartialEq for SatisfyViewMember
impl PartialEq for SatisfyViewMember
Source§fn eq(&self, other: &SatisfyViewMember) -> bool
fn eq(&self, other: &SatisfyViewMember) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SatisfyViewMember
Auto Trait Implementations§
impl Freeze for SatisfyViewMember
impl RefUnwindSafe for SatisfyViewMember
impl Send for SatisfyViewMember
impl Sync for SatisfyViewMember
impl Unpin for SatisfyViewMember
impl UnsafeUnpin for SatisfyViewMember
impl UnwindSafe for SatisfyViewMember
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