pub struct RelationshipMemberService {
pub _type: Option<TypeService>,
pub id: Option<Box<String>>,
}
Fields§
§_type: Option<TypeService>
§id: Option<Box<String>>
Implementations§
source§impl RelationshipMemberService
impl RelationshipMemberService
pub fn new() -> RelationshipMemberService
Trait Implementations§
source§impl Clone for RelationshipMemberService
impl Clone for RelationshipMemberService
source§fn clone(&self) -> RelationshipMemberService
fn clone(&self) -> RelationshipMemberService
Returns a copy 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 Debug for RelationshipMemberService
impl Debug for RelationshipMemberService
source§impl Default for RelationshipMemberService
impl Default for RelationshipMemberService
source§fn default() -> RelationshipMemberService
fn default() -> RelationshipMemberService
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RelationshipMemberService
impl<'de> Deserialize<'de> for RelationshipMemberService
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<RelationshipMemberService> for RelationshipMemberService
impl PartialEq<RelationshipMemberService> for RelationshipMemberService
source§fn eq(&self, other: &RelationshipMemberService) -> bool
fn eq(&self, other: &RelationshipMemberService) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RelationshipMemberService
Auto Trait Implementations§
impl RefUnwindSafe for RelationshipMemberService
impl Send for RelationshipMemberService
impl Sync for RelationshipMemberService
impl Unpin for RelationshipMemberService
impl UnwindSafe for RelationshipMemberService
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