pub struct PoolOps;Expand description
PoolOps
Implementations§
Source§impl PoolOps
impl PoolOps
pub fn start()
pub fn stop()
pub fn check() -> u64
pub fn pop_ready() -> Option<(Principal, CanisterPoolEntry)>
pub fn contains(pid: &Principal) -> bool
pub fn export() -> CanisterPoolView
pub async fn admin(cmd: PoolAdminCommand) -> Result<PoolAdminResponse, Error>
Auto Trait Implementations§
impl Freeze for PoolOps
impl RefUnwindSafe for PoolOps
impl Send for PoolOps
impl Sync for PoolOps
impl Unpin for PoolOps
impl UnwindSafe for PoolOps
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