pub struct ComponentGroupDirectory {
pub provenance: ComponentGroupDirectoryProvenance,
pub members: Vec<ComponentGroupDirectoryMember>,
}Expand description
Complete bounded sibling projection for one materialized Component Group placement.
Fields§
§provenance: ComponentGroupDirectoryProvenance§members: Vec<ComponentGroupDirectoryMember>Trait Implementations§
Source§impl CandidType for ComponentGroupDirectory
impl CandidType for ComponentGroupDirectory
Source§impl Clone for ComponentGroupDirectory
impl Clone for ComponentGroupDirectory
Source§fn clone(&self) -> ComponentGroupDirectory
fn clone(&self) -> ComponentGroupDirectory
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ComponentGroupDirectory
impl Debug for ComponentGroupDirectory
Source§impl<'de> Deserialize<'de> for ComponentGroupDirectory
impl<'de> Deserialize<'de> for ComponentGroupDirectory
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
impl Eq for ComponentGroupDirectory
Source§impl PartialEq for ComponentGroupDirectory
impl PartialEq for ComponentGroupDirectory
Source§impl Serialize for ComponentGroupDirectory
impl Serialize for ComponentGroupDirectory
impl StructuralPartialEq for ComponentGroupDirectory
Auto Trait Implementations§
impl Freeze for ComponentGroupDirectory
impl RefUnwindSafe for ComponentGroupDirectory
impl Send for ComponentGroupDirectory
impl Sync for ComponentGroupDirectory
impl Unpin for ComponentGroupDirectory
impl UnsafeUnpin for ComponentGroupDirectory
impl UnwindSafe for ComponentGroupDirectory
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