pub struct CircleEpochClose {
pub close_id: CircleEpochCloseId,
pub frozen_epoch: MergeActiveCircleEpoch,
pub intent: CircleEpochCloseIntentRef,
pub frozen_device_state: StoreDeviceStateRef,
pub participants: Vec<CircleEpochCloseParticipant>,
pub provisional_frontier: CommitFrontier,
pub outcome_slot: ObjectSlot,
}Fields§
§close_id: CircleEpochCloseId§frozen_epoch: MergeActiveCircleEpoch§intent: CircleEpochCloseIntentRef§frozen_device_state: StoreDeviceStateRef§participants: Vec<CircleEpochCloseParticipant>§provisional_frontier: CommitFrontier§outcome_slot: ObjectSlotTrait Implementations§
Source§impl Clone for CircleEpochClose
impl Clone for CircleEpochClose
Source§fn clone(&self) -> CircleEpochClose
fn clone(&self) -> CircleEpochClose
Returns a duplicate 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 CircleEpochClose
impl Debug for CircleEpochClose
Source§impl<'de> Deserialize<'de> for CircleEpochClose
impl<'de> Deserialize<'de> for CircleEpochClose
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
Source§impl PartialEq for CircleEpochClose
impl PartialEq for CircleEpochClose
Source§impl Serialize for CircleEpochClose
impl Serialize for CircleEpochClose
impl Eq for CircleEpochClose
impl StructuralPartialEq for CircleEpochClose
Auto Trait Implementations§
impl Freeze for CircleEpochClose
impl RefUnwindSafe for CircleEpochClose
impl Send for CircleEpochClose
impl Sync for CircleEpochClose
impl Unpin for CircleEpochClose
impl UnsafeUnpin for CircleEpochClose
impl UnwindSafe for CircleEpochClose
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.