pub struct TemporalSubmissionBatchResources { /* private fields */ }๐Deprecated:
old batching library
Available on crate feature
alloc only.Implementationsยง
Sourceยงimpl TemporalSubmissionBatchResources
impl TemporalSubmissionBatchResources
pub const fn new() -> Self
pub fn make_info_struct<'a>(&'a self) -> SubmitInfo<'a, 'a, 'a>
Auto Trait Implementationsยง
impl Freeze for TemporalSubmissionBatchResources
impl RefUnwindSafe for TemporalSubmissionBatchResources
impl !Send for TemporalSubmissionBatchResources
impl !Sync for TemporalSubmissionBatchResources
impl Unpin for TemporalSubmissionBatchResources
impl UnsafeUnpin for TemporalSubmissionBatchResources
impl UnwindSafe for TemporalSubmissionBatchResources
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