pub struct ProcessTrailerOptions {
pub trim_empty: bool,
pub only_trailers: bool,
pub only_input: bool,
pub unfold: bool,
pub no_divider: bool,
}Fields§
§trim_empty: bool§only_trailers: bool§only_input: bool§unfold: bool§no_divider: boolTrait Implementations§
Source§impl Clone for ProcessTrailerOptions
impl Clone for ProcessTrailerOptions
Source§fn clone(&self) -> ProcessTrailerOptions
fn clone(&self) -> ProcessTrailerOptions
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 ProcessTrailerOptions
impl Debug for ProcessTrailerOptions
Source§impl Default for ProcessTrailerOptions
impl Default for ProcessTrailerOptions
Source§fn default() -> ProcessTrailerOptions
fn default() -> ProcessTrailerOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProcessTrailerOptions
impl RefUnwindSafe for ProcessTrailerOptions
impl Send for ProcessTrailerOptions
impl Sync for ProcessTrailerOptions
impl Unpin for ProcessTrailerOptions
impl UnsafeUnpin for ProcessTrailerOptions
impl UnwindSafe for ProcessTrailerOptions
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