pub enum CommandAvailability {
ClaudeAi,
Console,
Universal,
}Variants§
Trait Implementations§
Source§impl Clone for CommandAvailability
impl Clone for CommandAvailability
Source§fn clone(&self) -> CommandAvailability
fn clone(&self) -> CommandAvailability
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 CommandAvailability
impl Debug for CommandAvailability
Source§impl PartialEq for CommandAvailability
impl PartialEq for CommandAvailability
Source§fn eq(&self, other: &CommandAvailability) -> bool
fn eq(&self, other: &CommandAvailability) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CommandAvailability
impl Eq for CommandAvailability
impl StructuralPartialEq for CommandAvailability
Auto Trait Implementations§
impl Freeze for CommandAvailability
impl RefUnwindSafe for CommandAvailability
impl Send for CommandAvailability
impl Sync for CommandAvailability
impl Unpin for CommandAvailability
impl UnsafeUnpin for CommandAvailability
impl UnwindSafe for CommandAvailability
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