pub struct ComponentRuntimeDirectoryStatusResponse {
pub operation_id: [u8; 32],
pub binding: ManagedCanisterBinding,
pub phase: ComponentRuntimeDirectoryPhase,
pub authority: Option<ComponentRuntimeDirectoryAuthority>,
pub authority_hash: Option<[u8; 32]>,
}Expand description
ComponentRuntimeDirectoryStatusResponse
Independently observable target-local binding and exact retained Directory authority.
Fields§
§operation_id: [u8; 32]§binding: ManagedCanisterBinding§phase: ComponentRuntimeDirectoryPhaseTrait Implementations§
Source§impl Clone for ComponentRuntimeDirectoryStatusResponse
impl Clone for ComponentRuntimeDirectoryStatusResponse
Source§fn clone(&self) -> ComponentRuntimeDirectoryStatusResponse
fn clone(&self) -> ComponentRuntimeDirectoryStatusResponse
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<'de> Deserialize<'de> for ComponentRuntimeDirectoryStatusResponse
impl<'de> Deserialize<'de> for ComponentRuntimeDirectoryStatusResponse
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 ComponentRuntimeDirectoryStatusResponse
impl StructuralPartialEq for ComponentRuntimeDirectoryStatusResponse
Auto Trait Implementations§
impl Freeze for ComponentRuntimeDirectoryStatusResponse
impl RefUnwindSafe for ComponentRuntimeDirectoryStatusResponse
impl Send for ComponentRuntimeDirectoryStatusResponse
impl Sync for ComponentRuntimeDirectoryStatusResponse
impl Unpin for ComponentRuntimeDirectoryStatusResponse
impl UnsafeUnpin for ComponentRuntimeDirectoryStatusResponse
impl UnwindSafe for ComponentRuntimeDirectoryStatusResponse
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