pub enum AgencyKind {
StandardsSetting,
Regulatory,
Maintaining,
}Variants§
Implementations§
Source§impl AgencyKind
impl AgencyKind
pub fn is_standards_setting(&self) -> bool
pub fn is_regulatory(&self) -> bool
pub fn is_maintaining(&self) -> bool
Trait Implementations§
Source§impl Clone for AgencyKind
impl Clone for AgencyKind
Source§fn clone(&self) -> AgencyKind
fn clone(&self) -> AgencyKind
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 AgencyKind
impl Debug for AgencyKind
Source§impl<'de> Deserialize<'de> for AgencyKind
impl<'de> Deserialize<'de> for AgencyKind
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 Display for AgencyKind
impl Display for AgencyKind
Source§impl FromStr for AgencyKind
impl FromStr for AgencyKind
Source§impl PartialEq for AgencyKind
impl PartialEq for AgencyKind
Source§impl Serialize for AgencyKindwhere
Self: Display,
impl Serialize for AgencyKindwhere
Self: Display,
impl Copy for AgencyKind
impl StructuralPartialEq for AgencyKind
Auto Trait Implementations§
impl Freeze for AgencyKind
impl RefUnwindSafe for AgencyKind
impl Send for AgencyKind
impl Sync for AgencyKind
impl Unpin for AgencyKind
impl UnsafeUnpin for AgencyKind
impl UnwindSafe for AgencyKind
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