pub struct CanicStandardsApi;Expand description
CanicStandardsApi
Implementations§
Source§impl CanicStandardsApi
impl CanicStandardsApi
Sourcepub fn metadata() -> CanicStandardsResponse
pub fn metadata() -> CanicStandardsResponse
Return standards metadata for the core crate fallback path.
Sourcepub fn metadata_for(
name: &str,
version: &str,
description: &str,
) -> CanicStandardsResponse
pub fn metadata_for( name: &str, version: &str, description: &str, ) -> CanicStandardsResponse
Return standards metadata for the canister crate that exports the endpoint.
Auto Trait Implementations§
impl Freeze for CanicStandardsApi
impl RefUnwindSafe for CanicStandardsApi
impl Send for CanicStandardsApi
impl Sync for CanicStandardsApi
impl Unpin for CanicStandardsApi
impl UnsafeUnpin for CanicStandardsApi
impl UnwindSafe for CanicStandardsApi
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