pub struct DeviceJoinBootstrapActivation {
pub head: StoreDeviceHead,
pub object: ExactObjectRef,
pub history_evidence: RetainedMergeCommitEvidence,
}Fields§
§head: StoreDeviceHead§object: ExactObjectRef§history_evidence: RetainedMergeCommitEvidenceAuto Trait Implementations§
impl !Freeze for DeviceJoinBootstrapActivation
impl RefUnwindSafe for DeviceJoinBootstrapActivation
impl Send for DeviceJoinBootstrapActivation
impl Sync for DeviceJoinBootstrapActivation
impl Unpin for DeviceJoinBootstrapActivation
impl UnsafeUnpin for DeviceJoinBootstrapActivation
impl UnwindSafe for DeviceJoinBootstrapActivation
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