Struct ic_cdk::api::management_canister::main::CreationRecord
source · pub struct CreationRecord {
pub controllers: Vec<Principal>,
}
Expand description
Details about a canister creation.
Fields§
§controllers: Vec<Principal>
Initial set of canister controllers.
Trait Implementations§
source§impl CandidType for CreationRecord
impl CandidType for CreationRecord
source§impl Clone for CreationRecord
impl Clone for CreationRecord
source§fn clone(&self) -> CreationRecord
fn clone(&self) -> CreationRecord
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 Debug for CreationRecord
impl Debug for CreationRecord
source§impl<'de> Deserialize<'de> for CreationRecord
impl<'de> Deserialize<'de> for CreationRecord
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 Hash for CreationRecord
impl Hash for CreationRecord
source§impl Ord for CreationRecord
impl Ord for CreationRecord
source§fn cmp(&self, other: &CreationRecord) -> Ordering
fn cmp(&self, other: &CreationRecord) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for CreationRecord
impl PartialEq for CreationRecord
source§impl PartialOrd for CreationRecord
impl PartialOrd for CreationRecord
source§impl Serialize for CreationRecord
impl Serialize for CreationRecord
impl Eq for CreationRecord
impl StructuralPartialEq for CreationRecord
Auto Trait Implementations§
impl Freeze for CreationRecord
impl RefUnwindSafe for CreationRecord
impl Send for CreationRecord
impl Sync for CreationRecord
impl Unpin for CreationRecord
impl UnwindSafe for CreationRecord
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)