pub struct PerformanceDefaults;
Expand description
Performance defaults
Implementations§
Source§impl PerformanceDefaults
impl PerformanceDefaults
pub fn max_concurrent_operations() -> usize
pub fn timeout_seconds() -> u64
Auto Trait Implementations§
impl Freeze for PerformanceDefaults
impl RefUnwindSafe for PerformanceDefaults
impl Send for PerformanceDefaults
impl Sync for PerformanceDefaults
impl Unpin for PerformanceDefaults
impl UnwindSafe for PerformanceDefaults
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