pub enum AgentParserPreference {
Auto,
In,
Icore,
}Variants§
Trait Implementations§
Source§impl Clone for AgentParserPreference
impl Clone for AgentParserPreference
Source§fn clone(&self) -> AgentParserPreference
fn clone(&self) -> AgentParserPreference
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AgentParserPreference
impl Debug for AgentParserPreference
Source§impl Default for AgentParserPreference
impl Default for AgentParserPreference
Source§fn default() -> AgentParserPreference
fn default() -> AgentParserPreference
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentParserPreference
impl<'de> Deserialize<'de> for AgentParserPreference
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
impl Eq for AgentParserPreference
Source§impl PartialEq for AgentParserPreference
impl PartialEq for AgentParserPreference
Source§fn eq(&self, other: &AgentParserPreference) -> bool
fn eq(&self, other: &AgentParserPreference) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AgentParserPreference
impl Serialize for AgentParserPreference
impl StructuralPartialEq for AgentParserPreference
Auto Trait Implementations§
impl Freeze for AgentParserPreference
impl RefUnwindSafe for AgentParserPreference
impl Send for AgentParserPreference
impl Sync for AgentParserPreference
impl Unpin for AgentParserPreference
impl UnsafeUnpin for AgentParserPreference
impl UnwindSafe for AgentParserPreference
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