pub struct RecsFetchConfig {
pub multi_fetch_count: usize,
pub request_delay_ms: u64,
pub rate_limit_retries: usize,
pub rate_limit_backoff_ms: u64,
}Fields§
§multi_fetch_count: usize§request_delay_ms: u64§rate_limit_retries: usize§rate_limit_backoff_ms: u64Trait Implementations§
Source§impl Clone for RecsFetchConfig
impl Clone for RecsFetchConfig
Source§fn clone(&self) -> RecsFetchConfig
fn clone(&self) -> RecsFetchConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RecsFetchConfig
impl Debug for RecsFetchConfig
Auto Trait Implementations§
impl Freeze for RecsFetchConfig
impl RefUnwindSafe for RecsFetchConfig
impl Send for RecsFetchConfig
impl Sync for RecsFetchConfig
impl Unpin for RecsFetchConfig
impl UnsafeUnpin for RecsFetchConfig
impl UnwindSafe for RecsFetchConfig
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