pub enum DecodedRules {
Normal(DecodedBindRules),
Composite(DecodedCompositeBindRules),
}Variants§
Normal(DecodedBindRules)
Composite(DecodedCompositeBindRules)
Implementations§
Source§impl DecodedRules
impl DecodedRules
Trait Implementations§
Source§impl Clone for DecodedRules
impl Clone for DecodedRules
Source§fn clone(&self) -> DecodedRules
fn clone(&self) -> DecodedRules
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 DecodedRules
impl Debug for DecodedRules
Source§impl<'de> Deserialize<'de> for DecodedRules
impl<'de> Deserialize<'de> for DecodedRules
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 DecodedRules
impl PartialEq for DecodedRules
Source§impl Serialize for DecodedRules
impl Serialize for DecodedRules
impl StructuralPartialEq for DecodedRules
Auto Trait Implementations§
impl Freeze for DecodedRules
impl RefUnwindSafe for DecodedRules
impl Send for DecodedRules
impl Sync for DecodedRules
impl Unpin for DecodedRules
impl UnwindSafe for DecodedRules
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