pub struct InteractiveProfile;Expand description
User-facing latency defaults that commit canonical stream events promptly.
Trait Implementations§
Source§impl Clone for InteractiveProfile
impl Clone for InteractiveProfile
Source§fn clone(&self) -> InteractiveProfile
fn clone(&self) -> InteractiveProfile
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 InteractiveProfile
Source§impl Debug for InteractiveProfile
impl Debug for InteractiveProfile
Source§impl Default for InteractiveProfile
impl Default for InteractiveProfile
Source§fn default() -> InteractiveProfile
fn default() -> InteractiveProfile
Returns the “default value” for a type. Read more
impl Eq for InteractiveProfile
Source§impl PartialEq for InteractiveProfile
impl PartialEq for InteractiveProfile
Source§impl RuntimeProfilePreset for InteractiveProfile
impl RuntimeProfilePreset for InteractiveProfile
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 InteractiveProfile
Auto Trait Implementations§
impl Freeze for InteractiveProfile
impl RefUnwindSafe for InteractiveProfile
impl Send for InteractiveProfile
impl Sync for InteractiveProfile
impl Unpin for InteractiveProfile
impl UnsafeUnpin for InteractiveProfile
impl UnwindSafe for InteractiveProfile
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