pub struct IcCanisterPageController {
pub principal_id: String,
pub raw_metadata: Option<String>,
}Expand description
IcCanisterPageController
One controller entry returned by the Dashboard canister collection API.
Fields§
§principal_id: StringCanonical controller principal.
raw_metadata: Option<String>Raw optional Dashboard metadata associated with the controller.
Trait Implementations§
Source§impl Clone for IcCanisterPageController
impl Clone for IcCanisterPageController
Source§fn clone(&self) -> IcCanisterPageController
fn clone(&self) -> IcCanisterPageController
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 IcCanisterPageController
impl Debug for IcCanisterPageController
impl Eq for IcCanisterPageController
Source§impl PartialEq for IcCanisterPageController
impl PartialEq for IcCanisterPageController
Source§impl Serialize for IcCanisterPageController
impl Serialize for IcCanisterPageController
impl StructuralPartialEq for IcCanisterPageController
Auto Trait Implementations§
impl Freeze for IcCanisterPageController
impl RefUnwindSafe for IcCanisterPageController
impl Send for IcCanisterPageController
impl Sync for IcCanisterPageController
impl Unpin for IcCanisterPageController
impl UnsafeUnpin for IcCanisterPageController
impl UnwindSafe for IcCanisterPageController
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