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 Debug for SlotSnapshotPaths
[src]
impl Debug 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 eq(&self, other: &SlotSnapshotPaths) -> bool
[src]This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(&self, other: &SlotSnapshotPaths) -> bool
[src]
fn ne(&self, other: &SlotSnapshotPaths) -> bool
[src]This method tests for !=
.
impl PartialOrd<SlotSnapshotPaths> for SlotSnapshotPaths
[src]
impl PartialOrd<SlotSnapshotPaths> for SlotSnapshotPaths
[src]fn partial_cmp(&self, other: &Self) -> Option<Ordering>
[src]
fn partial_cmp(&self, other: &Self) -> Option<Ordering>
[src]This method returns an ordering between self
and other
values if one exists. Read more
#[must_use]fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool
1.0.0[src]This method tests less than (for self
and other
) and is used by the <
operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool
1.0.0[src]This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Eq for SlotSnapshotPaths
[src]
impl StructuralEq for SlotSnapshotPaths
[src]
impl StructuralPartialEq for SlotSnapshotPaths
[src]
Auto Trait Implementations
impl RefUnwindSafe for SlotSnapshotPaths
impl Send for SlotSnapshotPaths
impl Sync for SlotSnapshotPaths
impl Unpin for SlotSnapshotPaths
impl UnwindSafe for SlotSnapshotPaths
Blanket Implementations
impl<T> AbiExample for T
[src]
impl<T> AbiExample for T
[src]impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
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]
pub fn equivalent(&self, key: &K) -> bool
[src]Compare self to key
and return true
if they are equal.
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]impl<T> Pointable for T
impl<T> Pointable for T
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = 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>,