#[non_exhaustive]pub struct HierarchyGroupSummaryReference { /* private fields */ }Expand description
Information about the hierarchy group.
Implementations§
source§impl HierarchyGroupSummaryReference
impl HierarchyGroupSummaryReference
sourcepub fn builder() -> HierarchyGroupSummaryReferenceBuilder
pub fn builder() -> HierarchyGroupSummaryReferenceBuilder
Creates a new builder-style object to manufacture HierarchyGroupSummaryReference.
Trait Implementations§
source§impl Clone for HierarchyGroupSummaryReference
impl Clone for HierarchyGroupSummaryReference
source§fn clone(&self) -> HierarchyGroupSummaryReference
fn clone(&self) -> HierarchyGroupSummaryReference
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 PartialEq<HierarchyGroupSummaryReference> for HierarchyGroupSummaryReference
impl PartialEq<HierarchyGroupSummaryReference> for HierarchyGroupSummaryReference
source§fn eq(&self, other: &HierarchyGroupSummaryReference) -> bool
fn eq(&self, other: &HierarchyGroupSummaryReference) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for HierarchyGroupSummaryReference
Auto Trait Implementations§
impl RefUnwindSafe for HierarchyGroupSummaryReference
impl Send for HierarchyGroupSummaryReference
impl Sync for HierarchyGroupSummaryReference
impl Unpin for HierarchyGroupSummaryReference
impl UnwindSafe for HierarchyGroupSummaryReference
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