pub struct AgentAudioSource {
pub smart_speaker_id: String,
pub input_device_id: String,
}Fields§
§smart_speaker_id: String§input_device_id: StringTrait Implementations§
Source§impl Clone for AgentAudioSource
impl Clone for AgentAudioSource
Source§fn clone(&self) -> AgentAudioSource
fn clone(&self) -> AgentAudioSource
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 AgentAudioSource
impl Debug for AgentAudioSource
Source§impl<'de> Deserialize<'de> for AgentAudioSource
impl<'de> Deserialize<'de> for AgentAudioSource
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AgentAudioSource
Source§impl PartialEq for AgentAudioSource
impl PartialEq for AgentAudioSource
Source§impl Serialize for AgentAudioSource
impl Serialize for AgentAudioSource
impl StructuralPartialEq for AgentAudioSource
Auto Trait Implementations§
impl Freeze for AgentAudioSource
impl RefUnwindSafe for AgentAudioSource
impl Send for AgentAudioSource
impl Sync for AgentAudioSource
impl Unpin for AgentAudioSource
impl UnsafeUnpin for AgentAudioSource
impl UnwindSafe for AgentAudioSource
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