pub struct StoreSnapshotStreamActivation<'a> {
pub author_registration: &'a StoreDeviceRegistrationRef,
pub snapshot: &'a StoreSnapshotRef,
}Expand description
One generation of a device’s Store snapshot stream, named by the exact metadata object whose signature vouches for what that generation published beside its image. The Store stream is anchored on the author’s device registration alone, which every Store member can check.
Fields§
§snapshot: &'a StoreSnapshotRefAuto Trait Implementations§
impl<'a> Freeze for StoreSnapshotStreamActivation<'a>
impl<'a> RefUnwindSafe for StoreSnapshotStreamActivation<'a>
impl<'a> Send for StoreSnapshotStreamActivation<'a>
impl<'a> Sync for StoreSnapshotStreamActivation<'a>
impl<'a> Unpin for StoreSnapshotStreamActivation<'a>
impl<'a> UnsafeUnpin for StoreSnapshotStreamActivation<'a>
impl<'a> UnwindSafe for StoreSnapshotStreamActivation<'a>
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