Enum solana_runtime::bank_forks::ArchiveFormat [−][src]
pub enum ArchiveFormat { TarBzip2, TarGzip, TarZstd, Tar, }
Variants
Trait Implementations
impl Clone for ArchiveFormat
[src]
impl Clone for ArchiveFormat
[src]fn clone(&self) -> ArchiveFormat
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ArchiveFormat
[src]
impl Copy for ArchiveFormat
[src]impl Eq for ArchiveFormat
[src]
impl Eq for ArchiveFormat
[src]impl PartialEq<ArchiveFormat> for ArchiveFormat
[src]
impl PartialEq<ArchiveFormat> for ArchiveFormat
[src]impl StructuralEq for ArchiveFormat
[src]
impl StructuralEq for ArchiveFormat
[src]impl StructuralPartialEq for ArchiveFormat
[src]
impl StructuralPartialEq for ArchiveFormat
[src]Auto Trait Implementations
impl RefUnwindSafe for ArchiveFormat
impl RefUnwindSafe for ArchiveFormat
impl Send for ArchiveFormat
impl Send for ArchiveFormat
impl Sync for ArchiveFormat
impl Sync for ArchiveFormat
impl Unpin for ArchiveFormat
impl Unpin for ArchiveFormat
impl UnwindSafe for ArchiveFormat
impl UnwindSafe for ArchiveFormat
Blanket Implementations
impl<T> AbiExample for T
[src]
impl<T> AbiExample for T
[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>,