pub struct ComponentChildBinding {
pub component: ComponentBinding,
pub role: CanisterRole,
pub canister_id: Principal,
}Expand description
ComponentChildBinding
Complete immutable identity of one direct child owned by one exact Component.
Fields§
§component: ComponentBinding§role: CanisterRole§canister_id: PrincipalTrait Implementations§
Source§impl CandidType for ComponentChildBinding
impl CandidType for ComponentChildBinding
Source§impl Clone for ComponentChildBinding
impl Clone for ComponentChildBinding
Source§fn clone(&self) -> ComponentChildBinding
fn clone(&self) -> ComponentChildBinding
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 ComponentChildBinding
impl Debug for ComponentChildBinding
Source§impl<'de> Deserialize<'de> for ComponentChildBinding
impl<'de> Deserialize<'de> for ComponentChildBinding
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 ComponentChildBinding
Source§impl PartialEq for ComponentChildBinding
impl PartialEq for ComponentChildBinding
Source§impl Serialize for ComponentChildBinding
impl Serialize for ComponentChildBinding
impl StructuralPartialEq for ComponentChildBinding
Auto Trait Implementations§
impl Freeze for ComponentChildBinding
impl RefUnwindSafe for ComponentChildBinding
impl Send for ComponentChildBinding
impl Sync for ComponentChildBinding
impl Unpin for ComponentChildBinding
impl UnsafeUnpin for ComponentChildBinding
impl UnwindSafe for ComponentChildBinding
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