pub struct CmcXdrReport {
pub context: CmcReportContext,
pub rate: CmcIcpXdrConversionRate,
pub certification: CmcCertification,
}Expand description
CmcXdrReport
Certified point-in-time CMC ICP/XDR conversion-rate report.
Fields§
§context: CmcReportContextQuery and authority provenance.
rate: CmcIcpXdrConversionRateRaw CMC conversion-rate value.
certification: CmcCertificationAuthenticated certificate and witness evidence.
Trait Implementations§
Source§impl Clone for CmcXdrReport
impl Clone for CmcXdrReport
Source§fn clone(&self) -> CmcXdrReport
fn clone(&self) -> CmcXdrReport
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 CmcXdrReport
impl Debug for CmcXdrReport
Source§impl<'de> Deserialize<'de> for CmcXdrReport
impl<'de> Deserialize<'de> for CmcXdrReport
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
impl Eq for CmcXdrReport
Source§impl PartialEq for CmcXdrReport
impl PartialEq for CmcXdrReport
Source§impl Serialize for CmcXdrReport
impl Serialize for CmcXdrReport
impl StructuralPartialEq for CmcXdrReport
Auto Trait Implementations§
impl Freeze for CmcXdrReport
impl RefUnwindSafe for CmcXdrReport
impl Send for CmcXdrReport
impl Sync for CmcXdrReport
impl Unpin for CmcXdrReport
impl UnsafeUnpin for CmcXdrReport
impl UnwindSafe for CmcXdrReport
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