pub struct ExpectedBatch { /* private fields */ }Expand description
Canonical receiver expectation that contains no coordinator-minted incarnation, native object, mapping, or transaction authority.
Implementations§
Source§impl ExpectedBatch
impl ExpectedBatch
Sourcepub fn try_from_regions(
regions: Vec<ExpectedRegion>,
) -> Result<Self, BatchError>
pub fn try_from_regions( regions: Vec<ExpectedRegion>, ) -> Result<Self, BatchError>
Validates a complete receiver expectation before any capability I/O.
Auto Trait Implementations§
impl Freeze for ExpectedBatch
impl RefUnwindSafe for ExpectedBatch
impl Send for ExpectedBatch
impl Sync for ExpectedBatch
impl Unpin for ExpectedBatch
impl UnsafeUnpin for ExpectedBatch
impl UnwindSafe for ExpectedBatch
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