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