pub struct WorkExecutionBindCommit { /* private fields */ }Expand description
Sealed machine-minted authority for the initial durable binding commit.
Auto Trait Implementations§
impl Freeze for WorkExecutionBindCommit
impl RefUnwindSafe for WorkExecutionBindCommit
impl Send for WorkExecutionBindCommit
impl Sync for WorkExecutionBindCommit
impl Unpin for WorkExecutionBindCommit
impl UnsafeUnpin for WorkExecutionBindCommit
impl UnwindSafe for WorkExecutionBindCommit
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