pub struct ProductionProfile;Expand description
Long-lived service defaults prioritizing correctness and Provider policy.
Trait Implementations§
Source§impl Clone for ProductionProfile
impl Clone for ProductionProfile
Source§fn clone(&self) -> ProductionProfile
fn clone(&self) -> ProductionProfile
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 ProductionProfile
Source§impl Debug for ProductionProfile
impl Debug for ProductionProfile
Source§impl Default for ProductionProfile
impl Default for ProductionProfile
Source§fn default() -> ProductionProfile
fn default() -> ProductionProfile
Returns the “default value” for a type. Read more
impl Eq for ProductionProfile
Source§impl PartialEq for ProductionProfile
impl PartialEq for ProductionProfile
Source§impl RuntimeProfilePreset for ProductionProfile
impl RuntimeProfilePreset for ProductionProfile
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 ProductionProfile
Auto Trait Implementations§
impl Freeze for ProductionProfile
impl RefUnwindSafe for ProductionProfile
impl Send for ProductionProfile
impl Sync for ProductionProfile
impl Unpin for ProductionProfile
impl UnsafeUnpin for ProductionProfile
impl UnwindSafe for ProductionProfile
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