pub struct MgmtApi;Expand description
MgmtApi
Implementations§
Source§impl MgmtApi
impl MgmtApi
pub async fn canister_status( pid: Principal, ) -> Result<CanisterStatusResponse, Error>
Auto Trait Implementations§
impl Freeze for MgmtApi
impl RefUnwindSafe for MgmtApi
impl Send for MgmtApi
impl Sync for MgmtApi
impl Unpin for MgmtApi
impl UnsafeUnpin for MgmtApi
impl UnwindSafe for MgmtApi
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