pub enum PassSnapshotValue {
U64(u64),
I64(i64),
Bool(bool),
Text(String),
}Expand description
Structured value payload for one snapshot field.
Variants§
U64(u64)
Unsigned integer value.
I64(i64)
Signed integer value.
Bool(bool)
Boolean value.
Text(String)
Text value.
Trait Implementations§
Source§impl Clone for PassSnapshotValue
impl Clone for PassSnapshotValue
Source§fn clone(&self) -> PassSnapshotValue
fn clone(&self) -> PassSnapshotValue
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PassSnapshotValue
impl Debug for PassSnapshotValue
Source§impl PartialEq for PassSnapshotValue
impl PartialEq for PassSnapshotValue
impl Eq for PassSnapshotValue
impl StructuralPartialEq for PassSnapshotValue
Auto Trait Implementations§
impl Freeze for PassSnapshotValue
impl RefUnwindSafe for PassSnapshotValue
impl Send for PassSnapshotValue
impl Sync for PassSnapshotValue
impl Unpin for PassSnapshotValue
impl UnwindSafe for PassSnapshotValue
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more