#[repr(transparent)]pub struct ConversationalAgentActivationKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl ConversationalAgentActivationKind
impl ConversationalAgentActivationKind
pub const VoiceActivationPreview: Self = _
pub const Foreground: Self = _
Trait Implementations§
§impl Clone for ConversationalAgentActivationKind
impl Clone for ConversationalAgentActivationKind
§fn clone(&self) -> ConversationalAgentActivationKind
fn clone(&self) -> ConversationalAgentActivationKind
Returns a copy 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 ConversationalAgentActivationKind
impl Debug for ConversationalAgentActivationKind
§impl Default for ConversationalAgentActivationKind
impl Default for ConversationalAgentActivationKind
§fn default() -> ConversationalAgentActivationKind
fn default() -> ConversationalAgentActivationKind
Returns the “default value” for a type. Read more
§impl PartialEq for ConversationalAgentActivationKind
impl PartialEq for ConversationalAgentActivationKind
§fn eq(&self, other: &ConversationalAgentActivationKind) -> bool
fn eq(&self, other: &ConversationalAgentActivationKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ConversationalAgentActivationKind
impl Eq for ConversationalAgentActivationKind
impl StructuralPartialEq for ConversationalAgentActivationKind
Auto Trait Implementations§
impl Freeze for ConversationalAgentActivationKind
impl RefUnwindSafe for ConversationalAgentActivationKind
impl Send for ConversationalAgentActivationKind
impl Sync for ConversationalAgentActivationKind
impl Unpin for ConversationalAgentActivationKind
impl UnwindSafe for ConversationalAgentActivationKind
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)