pub struct RelationshipsForStar {
pub user: Option<Box<RelationshipUserUser>>,
pub service: Option<Box<RelationshipMemberService>>,
}
Fields§
§user: Option<Box<RelationshipUserUser>>
§service: Option<Box<RelationshipMemberService>>
Implementations§
Source§impl RelationshipsForStar
impl RelationshipsForStar
pub fn new() -> RelationshipsForStar
Trait Implementations§
Source§impl Clone for RelationshipsForStar
impl Clone for RelationshipsForStar
Source§fn clone(&self) -> RelationshipsForStar
fn clone(&self) -> RelationshipsForStar
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 Debug for RelationshipsForStar
impl Debug for RelationshipsForStar
Source§impl Default for RelationshipsForStar
impl Default for RelationshipsForStar
Source§fn default() -> RelationshipsForStar
fn default() -> RelationshipsForStar
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RelationshipsForStar
impl<'de> Deserialize<'de> for RelationshipsForStar
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 RelationshipsForStar
impl PartialEq for RelationshipsForStar
Source§impl Serialize for RelationshipsForStar
impl Serialize for RelationshipsForStar
impl StructuralPartialEq for RelationshipsForStar
Auto Trait Implementations§
impl Freeze for RelationshipsForStar
impl RefUnwindSafe for RelationshipsForStar
impl Send for RelationshipsForStar
impl Sync for RelationshipsForStar
impl Unpin for RelationshipsForStar
impl UnwindSafe for RelationshipsForStar
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