pub struct StagedCircleRestore {
pub access: Vec<StagedCircleAccess>,
pub bases: Vec<StagedCircleBase>,
pub packages: Option<StagedCirclePackageRestore>,
}Fields§
§access: Vec<StagedCircleAccess>§bases: Vec<StagedCircleBase>§packages: Option<StagedCirclePackageRestore>Implementations§
Source§impl StagedCircleRestore
impl StagedCircleRestore
Sourcepub fn coverage_cuts(
&self,
) -> Result<BTreeMap<CircleId, CommitFrontier>, DbError>
pub fn coverage_cuts( &self, ) -> Result<BTreeMap<CircleId, CommitFrontier>, DbError>
Package replay starts at the selected image, or at the authenticated founding control when the recipient held active access from creation.
Auto Trait Implementations§
impl Freeze for StagedCircleRestore
impl RefUnwindSafe for StagedCircleRestore
impl Send for StagedCircleRestore
impl Sync for StagedCircleRestore
impl Unpin for StagedCircleRestore
impl UnsafeUnpin for StagedCircleRestore
impl UnwindSafe for StagedCircleRestore
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