Enum AiRoleStatus
pub enum AiRoleStatus {
Active,
Inactive,
Deprecated,
Experimental,
}Variants§
Implementations§
§impl AiRoleStatus
impl AiRoleStatus
pub const ALL: &'static [AiRoleStatus]
pub const fn as_str(self) -> &'static str
Trait Implementations§
§impl Clone for AiRoleStatus
impl Clone for AiRoleStatus
§fn clone(&self) -> AiRoleStatus
fn clone(&self) -> AiRoleStatus
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 more§impl Debug for AiRoleStatus
impl Debug for AiRoleStatus
§impl Display for AiRoleStatus
impl Display for AiRoleStatus
§impl FromStr for AiRoleStatus
impl FromStr for AiRoleStatus
§type Err = AiRoleError
type Err = AiRoleError
The associated error which can be returned from parsing.
§fn from_str(value: &str) -> Result<AiRoleStatus, <AiRoleStatus as FromStr>::Err>
fn from_str(value: &str) -> Result<AiRoleStatus, <AiRoleStatus as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for AiRoleStatus
impl Hash for AiRoleStatus
§impl Ord for AiRoleStatus
impl Ord for AiRoleStatus
§impl PartialEq for AiRoleStatus
impl PartialEq for AiRoleStatus
§impl PartialOrd for AiRoleStatus
impl PartialOrd for AiRoleStatus
impl Copy for AiRoleStatus
impl Eq for AiRoleStatus
impl StructuralPartialEq for AiRoleStatus
Auto Trait Implementations§
impl Freeze for AiRoleStatus
impl RefUnwindSafe for AiRoleStatus
impl Send for AiRoleStatus
impl Sync for AiRoleStatus
impl Unpin for AiRoleStatus
impl UnsafeUnpin for AiRoleStatus
impl UnwindSafe for AiRoleStatus
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