pub struct AssetDividend {
pub id: u64,
pub amount: f64,
pub asset: String,
pub div_time: u64,
pub en_info: String,
pub tran_id: u64,
}Fields§
§id: u64§amount: f64§asset: String§div_time: u64§en_info: String§tran_id: u64Trait Implementations§
Source§impl Clone for AssetDividend
impl Clone for AssetDividend
Source§fn clone(&self) -> AssetDividend
fn clone(&self) -> AssetDividend
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 AssetDividend
impl Debug for AssetDividend
Source§impl<'de> Deserialize<'de> for AssetDividend
impl<'de> Deserialize<'de> for AssetDividend
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 AssetDividend
impl RefUnwindSafe for AssetDividend
impl Send for AssetDividend
impl Sync for AssetDividend
impl Unpin for AssetDividend
impl UnwindSafe for AssetDividend
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