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