pub struct OmenaWorkspaceSnapshotIdV0 {
pub value: u64,
}Fields§
§value: u64Implementations§
Source§impl OmenaWorkspaceSnapshotIdV0
impl OmenaWorkspaceSnapshotIdV0
pub fn from_revision( revision: IncrementalRevisionV0, ) -> OmenaWorkspaceSnapshotIdV0
pub fn revision(self) -> IncrementalRevisionV0
Trait Implementations§
Source§impl Clone for OmenaWorkspaceSnapshotIdV0
impl Clone for OmenaWorkspaceSnapshotIdV0
Source§fn clone(&self) -> OmenaWorkspaceSnapshotIdV0
fn clone(&self) -> OmenaWorkspaceSnapshotIdV0
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 OmenaWorkspaceSnapshotIdV0
Source§impl Debug for OmenaWorkspaceSnapshotIdV0
impl Debug for OmenaWorkspaceSnapshotIdV0
Source§impl<'de> Deserialize<'de> for OmenaWorkspaceSnapshotIdV0
impl<'de> Deserialize<'de> for OmenaWorkspaceSnapshotIdV0
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<OmenaWorkspaceSnapshotIdV0, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<OmenaWorkspaceSnapshotIdV0, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for OmenaWorkspaceSnapshotIdV0
Source§impl Hash for OmenaWorkspaceSnapshotIdV0
impl Hash for OmenaWorkspaceSnapshotIdV0
Source§impl Ord for OmenaWorkspaceSnapshotIdV0
impl Ord for OmenaWorkspaceSnapshotIdV0
Source§fn cmp(&self, other: &OmenaWorkspaceSnapshotIdV0) -> Ordering
fn cmp(&self, other: &OmenaWorkspaceSnapshotIdV0) -> Ordering
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 PartialOrd for OmenaWorkspaceSnapshotIdV0
impl PartialOrd for OmenaWorkspaceSnapshotIdV0
Source§impl Serialize for OmenaWorkspaceSnapshotIdV0
impl Serialize for OmenaWorkspaceSnapshotIdV0
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for OmenaWorkspaceSnapshotIdV0
Auto Trait Implementations§
impl Freeze for OmenaWorkspaceSnapshotIdV0
impl RefUnwindSafe for OmenaWorkspaceSnapshotIdV0
impl Send for OmenaWorkspaceSnapshotIdV0
impl Sync for OmenaWorkspaceSnapshotIdV0
impl Unpin for OmenaWorkspaceSnapshotIdV0
impl UnsafeUnpin for OmenaWorkspaceSnapshotIdV0
impl UnwindSafe for OmenaWorkspaceSnapshotIdV0
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.