pub struct Supply {
pub sig: String,
pub amount: i64,
pub ts: i64,
pub slot: i64,
}Fields§
§sig: String§amount: i64§ts: i64§slot: i64Trait Implementations§
source§impl<'de> Deserialize<'de> for Supply
impl<'de> Deserialize<'de> for Supply
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
source§impl PartialEq for Supply
impl PartialEq for Supply
impl Eq for Supply
impl StructuralPartialEq for Supply
Auto Trait Implementations§
impl Freeze for Supply
impl RefUnwindSafe for Supply
impl Send for Supply
impl Sync for Supply
impl Unpin for Supply
impl UnwindSafe for Supply
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