pub struct RoleOverviewApi;Expand description
Endpoint-facing adapter for immutable compiled-role verification.
Implementations§
Source§impl RoleOverviewApi
impl RoleOverviewApi
Sourcepub fn overview(
role: CanisterRole,
capabilities: &BTreeSet<RoleCapabilityKey>,
protocol_profile_digest: [u8; 32],
metadata: CanicMetadataResponse,
bootstrap: BootstrapStatusResponse,
) -> RoleOverviewResponse
pub fn overview( role: CanisterRole, capabilities: &BTreeSet<RoleCapabilityKey>, protocol_profile_digest: [u8; 32], metadata: CanicMetadataResponse, bootstrap: BootstrapStatusResponse, ) -> RoleOverviewResponse
Build one overview from the already resolved build-time capability authority.
Auto Trait Implementations§
impl Freeze for RoleOverviewApi
impl RefUnwindSafe for RoleOverviewApi
impl Send for RoleOverviewApi
impl Sync for RoleOverviewApi
impl Unpin for RoleOverviewApi
impl UnsafeUnpin for RoleOverviewApi
impl UnwindSafe for RoleOverviewApi
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