pub struct SnsInfoReport {Show 16 fields
pub schema_version: u32,
pub network: String,
pub sns_wasm_canister_id: String,
pub fetched_at: String,
pub source_endpoint: String,
pub fetched_by: String,
pub id: usize,
pub name: String,
pub description: Option<String>,
pub url: Option<String>,
pub root_canister_id: String,
pub governance_canister_id: String,
pub ledger_canister_id: String,
pub swap_canister_id: String,
pub index_canister_id: String,
pub metadata_error: Option<String>,
}Expand description
SnsInfoReport
Serializable report for one deployed SNS resolved by id or root principal.
Fields§
§schema_version: u32§network: String§sns_wasm_canister_id: String§fetched_at: String§source_endpoint: String§fetched_by: String§id: usize§name: String§description: Option<String>§url: Option<String>§root_canister_id: String§governance_canister_id: String§ledger_canister_id: String§swap_canister_id: String§index_canister_id: String§metadata_error: Option<String>Trait Implementations§
Source§impl Clone for SnsInfoReport
impl Clone for SnsInfoReport
Source§fn clone(&self) -> SnsInfoReport
fn clone(&self) -> SnsInfoReport
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 SnsInfoReport
impl Debug for SnsInfoReport
impl Eq for SnsInfoReport
Source§impl PartialEq for SnsInfoReport
impl PartialEq for SnsInfoReport
Source§impl Serialize for SnsInfoReport
impl Serialize for SnsInfoReport
impl StructuralPartialEq for SnsInfoReport
Auto Trait Implementations§
impl Freeze for SnsInfoReport
impl RefUnwindSafe for SnsInfoReport
impl Send for SnsInfoReport
impl Sync for SnsInfoReport
impl Unpin for SnsInfoReport
impl UnsafeUnpin for SnsInfoReport
impl UnwindSafe for SnsInfoReport
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