Enum solana_runtime::accounts_db::AccountStorageStatus [−][src]
pub enum AccountStorageStatus { Available, Full, Candidate, }
Variants
Trait Implementations
impl AbiEnumVisitor for AccountStorageStatus
[src]
impl AbiEnumVisitor for AccountStorageStatus
[src]fn visit_for_abi(&self, digester: &mut AbiDigester) -> DigestResult
[src]
impl AbiExample for AccountStorageStatus
[src]
impl AbiExample for AccountStorageStatus
[src]impl Clone for AccountStorageStatus
[src]
impl Clone for AccountStorageStatus
[src]fn clone(&self) -> AccountStorageStatus
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for AccountStorageStatus
[src]
impl Copy for AccountStorageStatus
[src]impl Default for AccountStorageStatus
[src]
impl Default for AccountStorageStatus
[src]impl<'de> Deserialize<'de> for AccountStorageStatus
[src]
impl<'de> Deserialize<'de> for AccountStorageStatus
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Eq for AccountStorageStatus
[src]
impl Eq for AccountStorageStatus
[src]impl Serialize for AccountStorageStatus
[src]
impl Serialize for AccountStorageStatus
[src]impl StructuralEq for AccountStorageStatus
[src]
impl StructuralEq for AccountStorageStatus
[src]Auto Trait Implementations
impl RefUnwindSafe for AccountStorageStatus
impl RefUnwindSafe for AccountStorageStatus
impl Send for AccountStorageStatus
impl Send for AccountStorageStatus
impl Sync for AccountStorageStatus
impl Sync for AccountStorageStatus
impl Unpin for AccountStorageStatus
impl Unpin for AccountStorageStatus
impl UnwindSafe for AccountStorageStatus
impl UnwindSafe for AccountStorageStatus
Blanket Implementations
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> 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> 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<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[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>,