pub enum SafetyRuleId {
Sg1,
Sg2,
Sg3,
Sg4,
Sg5,
Sg6,
Sg7,
Sg8,
Sg9,
}Variants§
Trait Implementations§
Source§impl Clone for SafetyRuleId
impl Clone for SafetyRuleId
Source§fn clone(&self) -> SafetyRuleId
fn clone(&self) -> SafetyRuleId
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 SafetyRuleId
impl Debug for SafetyRuleId
Source§impl Display for SafetyRuleId
impl Display for SafetyRuleId
Source§impl PartialEq for SafetyRuleId
impl PartialEq for SafetyRuleId
Source§fn eq(&self, other: &SafetyRuleId) -> bool
fn eq(&self, other: &SafetyRuleId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SafetyRuleId
Auto Trait Implementations§
impl Freeze for SafetyRuleId
impl RefUnwindSafe for SafetyRuleId
impl Send for SafetyRuleId
impl Sync for SafetyRuleId
impl Unpin for SafetyRuleId
impl UnsafeUnpin for SafetyRuleId
impl UnwindSafe for SafetyRuleId
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