pub struct Info {
pub destination: Option<String>,
pub lamports: Option<i64>,
pub source: Option<String>,
pub clock_sysvar: Option<String>,
pub slot_hashes_sysvar: Option<String>,
pub vote: Option<Vote>,
pub vote_account: Option<String>,
pub vote_authority: Option<String>,
pub hash: Option<String>,
pub amount: Option<String>,
pub authority: Option<String>,
}
Fields§
§destination: Option<String>
§lamports: Option<i64>
§source: Option<String>
§clock_sysvar: Option<String>
§slot_hashes_sysvar: Option<String>
§vote: Option<Vote>
§vote_account: Option<String>
§hash: Option<String>
§amount: Option<String>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Info
impl<'de> Deserialize<'de> for Info
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 Info
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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