pub struct BatchProfile;Expand description
Offline execution defaults that validate a complete response before commit.
Trait Implementations§
Source§impl Clone for BatchProfile
impl Clone for BatchProfile
Source§fn clone(&self) -> BatchProfile
fn clone(&self) -> BatchProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BatchProfile
Source§impl Debug for BatchProfile
impl Debug for BatchProfile
Source§impl Default for BatchProfile
impl Default for BatchProfile
Source§fn default() -> BatchProfile
fn default() -> BatchProfile
Returns the “default value” for a type. Read more
impl Eq for BatchProfile
Source§impl PartialEq for BatchProfile
impl PartialEq for BatchProfile
Source§impl RuntimeProfilePreset for BatchProfile
impl RuntimeProfilePreset for BatchProfile
Source§fn apply(self, provider: ProviderRuntimeProfile) -> ProviderRuntimeProfile
fn apply(self, provider: ProviderRuntimeProfile) -> ProviderRuntimeProfile
Applies this workload’s choices without discarding Provider-owned
request options, retry exceptions, or circuit policy.
impl StructuralPartialEq for BatchProfile
Auto Trait Implementations§
impl Freeze for BatchProfile
impl RefUnwindSafe for BatchProfile
impl Send for BatchProfile
impl Sync for BatchProfile
impl Unpin for BatchProfile
impl UnsafeUnpin for BatchProfile
impl UnwindSafe for BatchProfile
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