pub struct StreamLinesOptions {
pub offset: usize,
pub limit: usize,
pub max_bytes: Option<usize>,
pub max_line_length: Option<usize>,
}Fields§
§offset: usize§limit: usize§max_bytes: Option<usize>§max_line_length: Option<usize>Trait Implementations§
Source§impl Clone for StreamLinesOptions
impl Clone for StreamLinesOptions
Source§fn clone(&self) -> StreamLinesOptions
fn clone(&self) -> StreamLinesOptions
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 moreAuto Trait Implementations§
impl Freeze for StreamLinesOptions
impl RefUnwindSafe for StreamLinesOptions
impl Send for StreamLinesOptions
impl Sync for StreamLinesOptions
impl Unpin for StreamLinesOptions
impl UnsafeUnpin for StreamLinesOptions
impl UnwindSafe for StreamLinesOptions
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