pub struct ControlEpochs {
pub tenant: i64,
pub resource: i64,
pub instance: i64,
}Expand description
Control epochs an intent was created under; any bump makes it stale.
Fields§
§tenant: i64Tenant control epoch.
resource: i64Resource control epoch.
instance: i64Instance control epoch.
Trait Implementations§
Source§impl Clone for ControlEpochs
impl Clone for ControlEpochs
Source§fn clone(&self) -> ControlEpochs
fn clone(&self) -> ControlEpochs
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 ControlEpochs
Source§impl Debug for ControlEpochs
impl Debug for ControlEpochs
Source§impl Default for ControlEpochs
impl Default for ControlEpochs
Source§fn default() -> ControlEpochs
fn default() -> ControlEpochs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ControlEpochs
impl<'de> Deserialize<'de> for ControlEpochs
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 ControlEpochs
Source§impl PartialEq for ControlEpochs
impl PartialEq for ControlEpochs
Source§impl Serialize for ControlEpochs
impl Serialize for ControlEpochs
impl StructuralPartialEq for ControlEpochs
Auto Trait Implementations§
impl Freeze for ControlEpochs
impl RefUnwindSafe for ControlEpochs
impl Send for ControlEpochs
impl Sync for ControlEpochs
impl Unpin for ControlEpochs
impl UnsafeUnpin for ControlEpochs
impl UnwindSafe for ControlEpochs
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