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