pub enum ParserShape {
JsonEnvelope,
Html,
Stream,
}Variants§
Trait Implementations§
Source§impl Clone for ParserShape
impl Clone for ParserShape
Source§fn clone(&self) -> ParserShape
fn clone(&self) -> ParserShape
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 ParserShape
impl Debug for ParserShape
Source§impl Hash for ParserShape
impl Hash for ParserShape
Source§impl PartialEq for ParserShape
impl PartialEq for ParserShape
impl Copy for ParserShape
impl Eq for ParserShape
impl StructuralPartialEq for ParserShape
Auto Trait Implementations§
impl Freeze for ParserShape
impl RefUnwindSafe for ParserShape
impl Send for ParserShape
impl Sync for ParserShape
impl Unpin for ParserShape
impl UnsafeUnpin for ParserShape
impl UnwindSafe for ParserShape
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