pub struct CmcService(pub Principal);Tuple Fields§
§0: PrincipalImplementations§
Source§impl CmcService
impl CmcService
pub async fn get_icp_xdr_conversion_rate( &self, ) -> Result<(IcpXdrConversionRateResponse,)>
pub async fn get_subnet_types_to_subnets( &self, ) -> Result<(SubnetTypesToSubnetsResponse,)>
pub async fn notify_create_canister( &self, arg0: NotifyCreateCanisterArg, ) -> Result<(NotifyCreateCanisterResult,)>
pub async fn notify_top_up( &self, arg0: NotifyTopUpArg, ) -> Result<(NotifyTopUpResult,)>
Auto Trait Implementations§
impl Freeze for CmcService
impl RefUnwindSafe for CmcService
impl Send for CmcService
impl Sync for CmcService
impl Unpin for CmcService
impl UnwindSafe for CmcService
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