pub struct RawParserConfig {
pub mode: RawParserMode,
}Fields§
§mode: RawParserModeTrait Implementations§
Source§impl Clone for RawParserConfig
impl Clone for RawParserConfig
Source§fn clone(&self) -> RawParserConfig
fn clone(&self) -> RawParserConfig
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 RawParserConfig
impl Debug for RawParserConfig
Source§impl Default for RawParserConfig
impl Default for RawParserConfig
Source§fn default() -> RawParserConfig
fn default() -> RawParserConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RawParserConfigwhere
RawParserConfig: Default,
impl<'de> Deserialize<'de> for RawParserConfigwhere
RawParserConfig: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for RawParserConfig
impl Serialize for RawParserConfig
Auto Trait Implementations§
impl Freeze for RawParserConfig
impl RefUnwindSafe for RawParserConfig
impl Send for RawParserConfig
impl Sync for RawParserConfig
impl Unpin for RawParserConfig
impl UnwindSafe for RawParserConfig
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