pub enum AddOpt {
Path(PathBuf),
Stream(BoxStream<'static, Result<Bytes>>),
StreamWithName(String, BoxStream<'static, Result<Bytes>>),
}
Variants§
Path(PathBuf)
Stream(BoxStream<'static, Result<Bytes>>)
StreamWithName(String, BoxStream<'static, Result<Bytes>>)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddOpt
impl !RefUnwindSafe for AddOpt
impl Send for AddOpt
impl !Sync for AddOpt
impl Unpin for AddOpt
impl !UnwindSafe for AddOpt
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§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