pub struct DurableCircleSnapshotPublication {
pub reference: CircleSnapshotRef,
pub meta: ExactProtocolObject<CircleSnapshotMeta>,
pub image: PreparedProtocolObject<Vec<u8>>,
pub blobs: Vec<PreparedSnapshotBlob>,
}Fields§
§reference: CircleSnapshotRef§meta: ExactProtocolObject<CircleSnapshotMeta>§image: PreparedProtocolObject<Vec<u8>>§blobs: Vec<PreparedSnapshotBlob>Auto Trait Implementations§
impl !Freeze for DurableCircleSnapshotPublication
impl RefUnwindSafe for DurableCircleSnapshotPublication
impl Send for DurableCircleSnapshotPublication
impl Sync for DurableCircleSnapshotPublication
impl Unpin for DurableCircleSnapshotPublication
impl UnsafeUnpin for DurableCircleSnapshotPublication
impl UnwindSafe for DurableCircleSnapshotPublication
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