pub enum AiRoleStatus {
Active,
Inactive,
Deprecated,
Experimental,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AiRoleStatus
impl Clone for AiRoleStatus
Source§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 moreSource§impl Debug for AiRoleStatus
impl Debug for AiRoleStatus
Source§impl Display for AiRoleStatus
impl Display for AiRoleStatus
Source§impl FromStr for AiRoleStatus
impl FromStr for AiRoleStatus
Source§impl Hash for AiRoleStatus
impl Hash for AiRoleStatus
Source§impl Ord for AiRoleStatus
impl Ord for AiRoleStatus
Source§fn cmp(&self, other: &AiRoleStatus) -> Ordering
fn cmp(&self, other: &AiRoleStatus) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AiRoleStatus
impl PartialEq for AiRoleStatus
Source§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