pub struct AddOption {
pub chunk: Option<Chunker>,
pub pin: bool,
pub provide: bool,
pub wrap: bool,
}
Fields§
§chunk: Option<Chunker>
§pin: bool
§provide: bool
§wrap: bool
Trait Implementations§
impl Copy for AddOption
Auto Trait Implementations§
impl RefUnwindSafe for AddOption
impl Send for AddOption
impl Sync for AddOption
impl Unpin for AddOption
impl UnwindSafe for AddOption
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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