Struct ic_cdk::api::management_canister::main::ControllersChangeRecord
source · pub struct ControllersChangeRecord {
pub controllers: Vec<Principal>,
}
Expand description
Details about updating canister controllers.
Fields§
§controllers: Vec<Principal>
The full new set of canister controllers.
Trait Implementations§
source§impl CandidType for ControllersChangeRecord
impl CandidType for ControllersChangeRecord
source§impl Clone for ControllersChangeRecord
impl Clone for ControllersChangeRecord
source§fn clone(&self) -> ControllersChangeRecord
fn clone(&self) -> ControllersChangeRecord
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 ControllersChangeRecord
impl Debug for ControllersChangeRecord
source§impl<'de> Deserialize<'de> for ControllersChangeRecord
impl<'de> Deserialize<'de> for ControllersChangeRecord
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 ControllersChangeRecord
impl Hash for ControllersChangeRecord
source§impl Ord for ControllersChangeRecord
impl Ord for ControllersChangeRecord
source§fn cmp(&self, other: &ControllersChangeRecord) -> Ordering
fn cmp(&self, other: &ControllersChangeRecord) -> 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 ControllersChangeRecord
impl PartialEq for ControllersChangeRecord
source§impl PartialOrd for ControllersChangeRecord
impl PartialOrd for ControllersChangeRecord
source§impl Serialize for ControllersChangeRecord
impl Serialize for ControllersChangeRecord
impl Eq for ControllersChangeRecord
impl StructuralPartialEq for ControllersChangeRecord
Auto Trait Implementations§
impl Freeze for ControllersChangeRecord
impl RefUnwindSafe for ControllersChangeRecord
impl Send for ControllersChangeRecord
impl Sync for ControllersChangeRecord
impl Unpin for ControllersChangeRecord
impl UnwindSafe for ControllersChangeRecord
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
)