pub struct DraughtingCalloutRelationship {
pub name: String,
pub description: String,
pub relating_draughting_callout: DraughtingCalloutRef,
pub related_draughting_callout: DraughtingCalloutRef,
}Fields§
§name: String§description: String§relating_draughting_callout: DraughtingCalloutRefTrait Implementations§
Source§impl Clone for DraughtingCalloutRelationship
impl Clone for DraughtingCalloutRelationship
Source§fn clone(&self) -> DraughtingCalloutRelationship
fn clone(&self) -> DraughtingCalloutRelationship
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 PartialEq for DraughtingCalloutRelationship
impl PartialEq for DraughtingCalloutRelationship
Source§fn eq(&self, other: &DraughtingCalloutRelationship) -> bool
fn eq(&self, other: &DraughtingCalloutRelationship) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DraughtingCalloutRelationship
Auto Trait Implementations§
impl Freeze for DraughtingCalloutRelationship
impl RefUnwindSafe for DraughtingCalloutRelationship
impl Send for DraughtingCalloutRelationship
impl Sync for DraughtingCalloutRelationship
impl Unpin for DraughtingCalloutRelationship
impl UnsafeUnpin for DraughtingCalloutRelationship
impl UnwindSafe for DraughtingCalloutRelationship
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