pub enum AssetReportType {
Full,
Fast,
}Expand description
Indicates either a Fast Asset Report, which will contain only current identity and balance information, or a Full Asset Report, which will also contain historical balance information and transaction data.
Variants§
Trait Implementations§
Source§impl Clone for AssetReportType
impl Clone for AssetReportType
Source§fn clone(&self) -> AssetReportType
fn clone(&self) -> AssetReportType
Returns a duplicate of the value. Read more
1.0.0 · 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 AssetReportType
impl Debug for AssetReportType
Source§impl<'de> Deserialize<'de> for AssetReportType
impl<'de> Deserialize<'de> for AssetReportType
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 AssetReportType
impl RefUnwindSafe for AssetReportType
impl Send for AssetReportType
impl Sync for AssetReportType
impl Unpin for AssetReportType
impl UnwindSafe for AssetReportType
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