pub enum AiModalitySupport {
None,
Input,
Output,
InputOutput,
Unknown,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AiModalitySupport
impl Clone for AiModalitySupport
Source§fn clone(&self) -> AiModalitySupport
fn clone(&self) -> AiModalitySupport
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 AiModalitySupport
impl Debug for AiModalitySupport
Source§impl Display for AiModalitySupport
impl Display for AiModalitySupport
Source§impl FromStr for AiModalitySupport
impl FromStr for AiModalitySupport
Source§impl Hash for AiModalitySupport
impl Hash for AiModalitySupport
Source§impl Ord for AiModalitySupport
impl Ord for AiModalitySupport
Source§fn cmp(&self, other: &AiModalitySupport) -> Ordering
fn cmp(&self, other: &AiModalitySupport) -> Ordering
1.21.0 (const: unstable) · 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 AiModalitySupport
impl PartialEq for AiModalitySupport
Source§fn eq(&self, other: &AiModalitySupport) -> bool
fn eq(&self, other: &AiModalitySupport) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AiModalitySupport
impl PartialOrd for AiModalitySupport
impl Copy for AiModalitySupport
impl Eq for AiModalitySupport
impl StructuralPartialEq for AiModalitySupport
Auto Trait Implementations§
impl Freeze for AiModalitySupport
impl RefUnwindSafe for AiModalitySupport
impl Send for AiModalitySupport
impl Sync for AiModalitySupport
impl Unpin for AiModalitySupport
impl UnsafeUnpin for AiModalitySupport
impl UnwindSafe for AiModalitySupport
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