pub struct CanicMetadataResponse {
pub package_name: String,
pub package_version: String,
pub package_description: String,
pub canic_version: String,
pub canister_version: u64,
}Fields§
§package_name: String§package_version: String§package_description: String§canic_version: String§canister_version: u64Trait Implementations§
Source§impl CandidType for CanicMetadataResponse
impl CandidType for CanicMetadataResponse
Source§impl Clone for CanicMetadataResponse
impl Clone for CanicMetadataResponse
Source§fn clone(&self) -> CanicMetadataResponse
fn clone(&self) -> CanicMetadataResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CanicMetadataResponse
impl Debug for CanicMetadataResponse
Source§impl<'de> Deserialize<'de> for CanicMetadataResponse
impl<'de> Deserialize<'de> for CanicMetadataResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CanicMetadataResponse
impl RefUnwindSafe for CanicMetadataResponse
impl Send for CanicMetadataResponse
impl Sync for CanicMetadataResponse
impl Unpin for CanicMetadataResponse
impl UnsafeUnpin for CanicMetadataResponse
impl UnwindSafe for CanicMetadataResponse
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