pub struct RexDutiesMapKey {
pub target_timestamp: TimestampMs,
pub rex_id: RexId,
}Expand description
Key type for the REX duties map, consisting of a target commit and REX identifier.
Fields§
§target_timestamp: TimestampMs§rex_id: RexIdTrait Implementations§
Source§impl Clone for RexDutiesMapKey
impl Clone for RexDutiesMapKey
Source§fn clone(&self) -> RexDutiesMapKey
fn clone(&self) -> RexDutiesMapKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RexDutiesMapKey
Source§impl Debug for RexDutiesMapKey
impl Debug for RexDutiesMapKey
Source§impl<'de> Deserialize<'de> for RexDutiesMapKey
impl<'de> Deserialize<'de> for RexDutiesMapKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RexDutiesMapKey
Source§impl Hash for RexDutiesMapKey
impl Hash for RexDutiesMapKey
Source§impl Ord for RexDutiesMapKey
impl Ord for RexDutiesMapKey
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RexDutiesMapKey
impl PartialEq for RexDutiesMapKey
Source§fn eq(&self, other: &RexDutiesMapKey) -> bool
fn eq(&self, other: &RexDutiesMapKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RexDutiesMapKey
impl PartialOrd for RexDutiesMapKey
Source§impl Serialize for RexDutiesMapKey
impl Serialize for RexDutiesMapKey
impl StructuralPartialEq for RexDutiesMapKey
Auto Trait Implementations§
impl Freeze for RexDutiesMapKey
impl RefUnwindSafe for RexDutiesMapKey
impl Send for RexDutiesMapKey
impl Sync for RexDutiesMapKey
impl Unpin for RexDutiesMapKey
impl UnsafeUnpin for RexDutiesMapKey
impl UnwindSafe for RexDutiesMapKey
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,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.