pub struct ServiceInvitationDataRelationships {
pub service: Option<Box<RelationshipMemberService>>,
}
Expand description
ServiceInvitationDataRelationships : Service the accepting user will have access to.
Fields§
§service: Option<Box<RelationshipMemberService>>
Implementations§
Source§impl ServiceInvitationDataRelationships
impl ServiceInvitationDataRelationships
Sourcepub fn new() -> ServiceInvitationDataRelationships
pub fn new() -> ServiceInvitationDataRelationships
Service the accepting user will have access to.
Trait Implementations§
Source§impl Clone for ServiceInvitationDataRelationships
impl Clone for ServiceInvitationDataRelationships
Source§fn clone(&self) -> ServiceInvitationDataRelationships
fn clone(&self) -> ServiceInvitationDataRelationships
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 moreSource§impl Default for ServiceInvitationDataRelationships
impl Default for ServiceInvitationDataRelationships
Source§fn default() -> ServiceInvitationDataRelationships
fn default() -> ServiceInvitationDataRelationships
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceInvitationDataRelationships
impl<'de> Deserialize<'de> for ServiceInvitationDataRelationships
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
Source§impl PartialEq for ServiceInvitationDataRelationships
impl PartialEq for ServiceInvitationDataRelationships
Source§fn eq(&self, other: &ServiceInvitationDataRelationships) -> bool
fn eq(&self, other: &ServiceInvitationDataRelationships) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ServiceInvitationDataRelationships
Auto Trait Implementations§
impl Freeze for ServiceInvitationDataRelationships
impl RefUnwindSafe for ServiceInvitationDataRelationships
impl Send for ServiceInvitationDataRelationships
impl Sync for ServiceInvitationDataRelationships
impl Unpin for ServiceInvitationDataRelationships
impl UnwindSafe for ServiceInvitationDataRelationships
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