pub struct CatalogRelationship {
pub partner: Partner,
pub external_catalog_managed: bool,
}Expand description
Relationship between a partner product line and whether an external vendor manages the catalog facts.
Fields§
§partner: PartnerSource-derived partner carried by this retail contract.
external_catalog_managed: boolSource-derived external catalog managed carried by this retail contract.
Trait Implementations§
Source§impl Clone for CatalogRelationship
impl Clone for CatalogRelationship
Source§fn clone(&self) -> CatalogRelationship
fn clone(&self) -> CatalogRelationship
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 CatalogRelationship
impl Debug for CatalogRelationship
Source§impl<'de> Deserialize<'de> for CatalogRelationship
impl<'de> Deserialize<'de> for CatalogRelationship
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 CatalogRelationship
impl PartialEq for CatalogRelationship
Source§impl Serialize for CatalogRelationship
impl Serialize for CatalogRelationship
impl Eq for CatalogRelationship
impl StructuralPartialEq for CatalogRelationship
Auto Trait Implementations§
impl Freeze for CatalogRelationship
impl RefUnwindSafe for CatalogRelationship
impl Send for CatalogRelationship
impl Sync for CatalogRelationship
impl Unpin for CatalogRelationship
impl UnsafeUnpin for CatalogRelationship
impl UnwindSafe for CatalogRelationship
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