pub struct DeviceJoinBootstrapCommit {
pub reference: StoreBatchCommitRef,
pub commit: VerifiedStoreBatchCommit,
pub registrations: Vec<ActivatedStoreDeviceRegistration>,
pub device_operations: VerifiedStoreDeviceOperations,
pub history_evidence: RetainedMergeCommitEvidence,
}Fields§
§reference: StoreBatchCommitRef§commit: VerifiedStoreBatchCommit§registrations: Vec<ActivatedStoreDeviceRegistration>§device_operations: VerifiedStoreDeviceOperations§history_evidence: RetainedMergeCommitEvidenceTrait Implementations§
Source§impl Clone for DeviceJoinBootstrapCommit
impl Clone for DeviceJoinBootstrapCommit
Source§fn clone(&self) -> DeviceJoinBootstrapCommit
fn clone(&self) -> DeviceJoinBootstrapCommit
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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