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