pub struct VerifiedStoreSnapshotAuthority { /* private fields */ }Expand description
One snapshot verified as installable: its signed metadata, the cut it covers, and the devices and registrations active there. A device installs its baseline from this and verifies everything that arrives afterwards against it.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for VerifiedStoreSnapshotAuthority
impl RefUnwindSafe for VerifiedStoreSnapshotAuthority
impl Send for VerifiedStoreSnapshotAuthority
impl Sync for VerifiedStoreSnapshotAuthority
impl Unpin for VerifiedStoreSnapshotAuthority
impl UnsafeUnpin for VerifiedStoreSnapshotAuthority
impl UnwindSafe for VerifiedStoreSnapshotAuthority
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