pub struct AgentAudioReference {
pub uri: String,
pub mime_type: String,
pub duration_ms: Option<u64>,
}Fields§
§uri: String§mime_type: String§duration_ms: Option<u64>Trait Implementations§
Source§impl Clone for AgentAudioReference
impl Clone for AgentAudioReference
Source§fn clone(&self) -> AgentAudioReference
fn clone(&self) -> AgentAudioReference
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 AgentAudioReference
impl Debug for AgentAudioReference
Source§impl<'de> Deserialize<'de> for AgentAudioReference
impl<'de> Deserialize<'de> for AgentAudioReference
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
Source§impl PartialEq for AgentAudioReference
impl PartialEq for AgentAudioReference
Source§impl Serialize for AgentAudioReference
impl Serialize for AgentAudioReference
impl StructuralPartialEq for AgentAudioReference
Auto Trait Implementations§
impl Freeze for AgentAudioReference
impl RefUnwindSafe for AgentAudioReference
impl Send for AgentAudioReference
impl Sync for AgentAudioReference
impl Unpin for AgentAudioReference
impl UnsafeUnpin for AgentAudioReference
impl UnwindSafe for AgentAudioReference
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