pub struct CanisterPoolApi;Expand description
CanisterPoolApi
Implementations§
Source§impl CanisterPoolApi
impl CanisterPoolApi
pub fn list() -> CanisterPoolResponse
pub async fn admin(cmd: PoolAdminCommand) -> Result<PoolAdminResponse, Error>
Auto Trait Implementations§
impl Freeze for CanisterPoolApi
impl RefUnwindSafe for CanisterPoolApi
impl Send for CanisterPoolApi
impl Sync for CanisterPoolApi
impl Unpin for CanisterPoolApi
impl UnsafeUnpin for CanisterPoolApi
impl UnwindSafe for CanisterPoolApi
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