pub struct GelatoRelatedPerson {
pub account: String,
pub person: String,
}Fields§
§account: StringToken referencing the associated Account of the related Person resource.
person: StringToken referencing the related Person resource.
Trait Implementations§
Source§impl Clone for GelatoRelatedPerson
impl Clone for GelatoRelatedPerson
Source§fn clone(&self) -> GelatoRelatedPerson
fn clone(&self) -> GelatoRelatedPerson
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 GelatoRelatedPerson
impl Debug for GelatoRelatedPerson
Source§impl Deserialize for GelatoRelatedPerson
impl Deserialize for GelatoRelatedPerson
Source§impl FromValueOpt for GelatoRelatedPerson
impl FromValueOpt for GelatoRelatedPerson
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for GelatoRelatedPerson
impl RefUnwindSafe for GelatoRelatedPerson
impl Send for GelatoRelatedPerson
impl Sync for GelatoRelatedPerson
impl Unpin for GelatoRelatedPerson
impl UnwindSafe for GelatoRelatedPerson
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