pub struct PublishedCircleSnapshot {
pub reference: CircleSnapshotRef,
pub successor_slot: ObjectSlot,
pub cut: CommitFrontier,
}Fields§
§reference: CircleSnapshotRef§successor_slot: ObjectSlot§cut: CommitFrontierTrait Implementations§
Source§impl Clone for PublishedCircleSnapshot
impl Clone for PublishedCircleSnapshot
Source§fn clone(&self) -> PublishedCircleSnapshot
fn clone(&self) -> PublishedCircleSnapshot
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 moreAuto Trait Implementations§
impl Freeze for PublishedCircleSnapshot
impl RefUnwindSafe for PublishedCircleSnapshot
impl Send for PublishedCircleSnapshot
impl Sync for PublishedCircleSnapshot
impl Unpin for PublishedCircleSnapshot
impl UnsafeUnpin for PublishedCircleSnapshot
impl UnwindSafe for PublishedCircleSnapshot
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