pub struct RecordOptions {
pub max_bytes: u64,
pub max_retries: usize,
pub base_url: Option<String>,
}Fields§
§max_bytes: u64Politeness cap on compressed AND decompressed record size.
max_retries: usize§base_url: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RecordOptions
impl RefUnwindSafe for RecordOptions
impl Send for RecordOptions
impl Sync for RecordOptions
impl Unpin for RecordOptions
impl UnsafeUnpin for RecordOptions
impl UnwindSafe for RecordOptions
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