pub struct NonSeekableReaderOptions {
pub reader: ReaderOptions,
pub max_terminal_tail_size: usize,
pub max_retained_metadata_bytes: usize,
pub max_incomplete_tar_group_bytes: usize,
pub max_streamed_member_count: u64,
}Fields§
§reader: ReaderOptions§max_terminal_tail_size: usize§max_retained_metadata_bytes: usize§max_incomplete_tar_group_bytes: usize§max_streamed_member_count: u64Trait Implementations§
Source§impl Clone for NonSeekableReaderOptions
impl Clone for NonSeekableReaderOptions
Source§fn clone(&self) -> NonSeekableReaderOptions
fn clone(&self) -> NonSeekableReaderOptions
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 NonSeekableReaderOptions
Source§impl Debug for NonSeekableReaderOptions
impl Debug for NonSeekableReaderOptions
Source§impl Default for NonSeekableReaderOptions
impl Default for NonSeekableReaderOptions
impl Eq for NonSeekableReaderOptions
Source§impl PartialEq for NonSeekableReaderOptions
impl PartialEq for NonSeekableReaderOptions
Source§fn eq(&self, other: &NonSeekableReaderOptions) -> bool
fn eq(&self, other: &NonSeekableReaderOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NonSeekableReaderOptions
Auto Trait Implementations§
impl Freeze for NonSeekableReaderOptions
impl RefUnwindSafe for NonSeekableReaderOptions
impl Send for NonSeekableReaderOptions
impl Sync for NonSeekableReaderOptions
impl Unpin for NonSeekableReaderOptions
impl UnsafeUnpin for NonSeekableReaderOptions
impl UnwindSafe for NonSeekableReaderOptions
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