pub enum CmaParserUnidentifiedInputType {
CmaParserUnidentifiedInputJsonPayload(JsonValue),
CmaParserUnidentifiedInputStringPayload(String),
}Variants§
Trait Implementations§
Source§impl Clone for CmaParserUnidentifiedInputType
impl Clone for CmaParserUnidentifiedInputType
Source§fn clone(&self) -> CmaParserUnidentifiedInputType
fn clone(&self) -> CmaParserUnidentifiedInputType
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 PartialEq for CmaParserUnidentifiedInputType
impl PartialEq for CmaParserUnidentifiedInputType
Source§fn eq(&self, other: &CmaParserUnidentifiedInputType) -> bool
fn eq(&self, other: &CmaParserUnidentifiedInputType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CmaParserUnidentifiedInputType
impl StructuralPartialEq for CmaParserUnidentifiedInputType
Auto Trait Implementations§
impl Freeze for CmaParserUnidentifiedInputType
impl RefUnwindSafe for CmaParserUnidentifiedInputType
impl Send for CmaParserUnidentifiedInputType
impl Sync for CmaParserUnidentifiedInputType
impl Unpin for CmaParserUnidentifiedInputType
impl UnwindSafe for CmaParserUnidentifiedInputType
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