pub enum RoleAssignmentSourceV1 {
IcpCanisterStatus,
LocalInstallState,
SubnetRegistry,
SubnetRegistryAndIcpCanisterStatus,
}Expand description
RoleAssignmentSourceV1
Machine-readable provenance for one observed role assignment.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RoleAssignmentSourceV1
impl Clone for RoleAssignmentSourceV1
Source§fn clone(&self) -> RoleAssignmentSourceV1
fn clone(&self) -> RoleAssignmentSourceV1
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 moreimpl Copy for RoleAssignmentSourceV1
Source§impl Debug for RoleAssignmentSourceV1
impl Debug for RoleAssignmentSourceV1
impl Eq for RoleAssignmentSourceV1
Source§impl PartialEq for RoleAssignmentSourceV1
impl PartialEq for RoleAssignmentSourceV1
impl StructuralPartialEq for RoleAssignmentSourceV1
Auto Trait Implementations§
impl Freeze for RoleAssignmentSourceV1
impl RefUnwindSafe for RoleAssignmentSourceV1
impl Send for RoleAssignmentSourceV1
impl Sync for RoleAssignmentSourceV1
impl Unpin for RoleAssignmentSourceV1
impl UnsafeUnpin for RoleAssignmentSourceV1
impl UnwindSafe for RoleAssignmentSourceV1
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.