pub struct DeviceJoinBootstrapCommit {
pub reference: StoreBatchCommitRef,
pub commit: VerifiedStoreBatchCommit,
pub registrations: Vec<ActivatedStoreDeviceRegistration>,
pub device_operations: VerifiedStoreDeviceOperations,
pub activation: DeviceJoinBootstrapActivation,
}Fields§
§reference: StoreBatchCommitRef§commit: VerifiedStoreBatchCommit§registrations: Vec<ActivatedStoreDeviceRegistration>§device_operations: VerifiedStoreDeviceOperations§activation: DeviceJoinBootstrapActivationAuto Trait Implementations§
impl !Freeze for DeviceJoinBootstrapCommit
impl RefUnwindSafe for DeviceJoinBootstrapCommit
impl Send for DeviceJoinBootstrapCommit
impl Sync for DeviceJoinBootstrapCommit
impl Unpin for DeviceJoinBootstrapCommit
impl UnsafeUnpin for DeviceJoinBootstrapCommit
impl UnwindSafe for DeviceJoinBootstrapCommit
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