pub struct IctsApi;Expand description
IctsApi
Implementations§
Source§impl IctsApi
impl IctsApi
pub fn name() -> String
pub fn version() -> String
pub fn description() -> String
pub fn metadata() -> CanisterMetadataResponse
Sourcepub async fn canister_status() -> Result<CanisterStatusResponse, Error>
pub async fn canister_status() -> Result<CanisterStatusResponse, Error>
ICTS standard: return types and string errors are fixed by the spec.
Auto Trait Implementations§
impl Freeze for IctsApi
impl RefUnwindSafe for IctsApi
impl Send for IctsApi
impl Sync for IctsApi
impl Unpin for IctsApi
impl UnwindSafe for IctsApi
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