pub enum RuleBackend {
Syntax,
Semantic,
Adapter,
}Variants§
Trait Implementations§
Source§impl Clone for RuleBackend
impl Clone for RuleBackend
Source§fn clone(&self) -> RuleBackend
fn clone(&self) -> RuleBackend
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 RuleBackend
impl Debug for RuleBackend
Source§impl<'de> Deserialize<'de> for RuleBackend
impl<'de> Deserialize<'de> for RuleBackend
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 PartialEq for RuleBackend
impl PartialEq for RuleBackend
Source§impl Serialize for RuleBackend
impl Serialize for RuleBackend
impl Copy for RuleBackend
impl Eq for RuleBackend
impl StructuralPartialEq for RuleBackend
Auto Trait Implementations§
impl Freeze for RuleBackend
impl RefUnwindSafe for RuleBackend
impl Send for RuleBackend
impl Sync for RuleBackend
impl Unpin for RuleBackend
impl UnsafeUnpin for RuleBackend
impl UnwindSafe for RuleBackend
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