pub enum InputFormat {
Single,
SingleBase64,
Stream,
StreamBase64,
StreamFramed,
}
Available on crate feature
cli
only.Variants§
Trait Implementations§
Source§impl Clone for InputFormat
impl Clone for InputFormat
Source§fn clone(&self) -> InputFormat
fn clone(&self) -> InputFormat
Returns a copy 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 InputFormat
impl Debug for InputFormat
Source§impl Default for InputFormat
impl Default for InputFormat
Source§impl Hash for InputFormat
impl Hash for InputFormat
Source§impl PartialEq for InputFormat
impl PartialEq for InputFormat
Source§impl ValueEnum for InputFormat
impl ValueEnum for InputFormat
impl Copy for InputFormat
impl Eq for InputFormat
impl StructuralPartialEq for InputFormat
Auto Trait Implementations§
impl Freeze for InputFormat
impl RefUnwindSafe for InputFormat
impl Send for InputFormat
impl Sync for InputFormat
impl Unpin for InputFormat
impl UnwindSafe for InputFormat
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