Struct solana_program::slot_history::SlotHistory [−][src]
Fields
bits: BitVec<u64>
next_slot: Slot
Implementations
impl SlotHistory
[src]
impl SlotHistory
[src]Trait Implementations
impl Clone for SlotHistory
[src]
impl Clone for SlotHistory
[src]fn clone(&self) -> SlotHistory
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for SlotHistory
[src]
impl Default for SlotHistory
[src]impl<'de> Deserialize<'de> for SlotHistory
[src]
impl<'de> Deserialize<'de> for SlotHistory
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<SlotHistory> for SlotHistory
[src]
impl PartialEq<SlotHistory> for SlotHistory
[src]fn eq(&self, other: &SlotHistory) -> bool
[src]
fn ne(&self, other: &SlotHistory) -> bool
[src]
impl Serialize for SlotHistory
[src]
impl Serialize for SlotHistory
[src]impl StructuralPartialEq for SlotHistory
[src]
impl StructuralPartialEq for SlotHistory
[src]impl Sysvar for SlotHistory
[src]
impl Sysvar for SlotHistory
[src]fn size_of() -> usize
[src]
fn from_account_info(
_account_info: &AccountInfo<'_>
) -> Result<Self, ProgramError>
[src]
_account_info: &AccountInfo<'_>
) -> Result<Self, ProgramError>
fn to_account_info(&self, account_info: &mut AccountInfo<'_>) -> Option<()>
[src]
fn get() -> Result<Self, ProgramError>
[src]
Auto Trait Implementations
impl RefUnwindSafe for SlotHistory
impl RefUnwindSafe for SlotHistory
impl Send for SlotHistory
impl Send for SlotHistory
impl Sync for SlotHistory
impl Sync for SlotHistory
impl Unpin for SlotHistory
impl Unpin for SlotHistory
impl UnwindSafe for SlotHistory
impl UnwindSafe for SlotHistory
Blanket Implementations
impl<T> AbiEnumVisitor for T where
T: Serialize + ?Sized,
[src]
impl<T> AbiEnumVisitor for T where
T: Serialize + ?Sized,
[src]pub default fn visit_for_abi(
&self,
_digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
[src]
&self,
_digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
impl<T> AbiEnumVisitor for T where
T: Serialize + AbiExample + ?Sized,
[src]
impl<T> AbiEnumVisitor for T where
T: Serialize + AbiExample + ?Sized,
[src]pub default fn visit_for_abi(
&self,
digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
[src]
&self,
digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
impl<T> AbiExample for T
[src]
impl<T> AbiExample for T
[src]impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,