Struct solana_runtime::snapshot_utils::SlotSnapshotPaths [−][src]
pub struct SlotSnapshotPaths { pub slot: Slot, pub snapshot_file_path: PathBuf, }
Fields
slot: Slot
snapshot_file_path: PathBuf
Trait Implementations
impl Eq for SlotSnapshotPaths
[src]
impl Eq for SlotSnapshotPaths
[src]impl Ord for SlotSnapshotPaths
[src]
impl Ord for SlotSnapshotPaths
[src]impl PartialEq<SlotSnapshotPaths> for SlotSnapshotPaths
[src]
impl PartialEq<SlotSnapshotPaths> for SlotSnapshotPaths
[src]fn eq(&self, other: &SlotSnapshotPaths) -> bool
[src]
fn ne(&self, other: &SlotSnapshotPaths) -> bool
[src]
impl StructuralEq for SlotSnapshotPaths
[src]
impl StructuralEq for SlotSnapshotPaths
[src]Auto Trait Implementations
impl RefUnwindSafe for SlotSnapshotPaths
impl RefUnwindSafe for SlotSnapshotPaths
impl Send for SlotSnapshotPaths
impl Send for SlotSnapshotPaths
impl Sync for SlotSnapshotPaths
impl Sync for SlotSnapshotPaths
impl Unpin for SlotSnapshotPaths
impl Unpin for SlotSnapshotPaths
impl UnwindSafe for SlotSnapshotPaths
impl UnwindSafe for SlotSnapshotPaths
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>,