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