pub struct VoiceContent {
pub media: Option<CDNMedia>,
pub text: Option<String>,
pub duration_ms: Option<i32>,
pub encode_type: Option<i32>,
}Fields§
§media: Option<CDNMedia>§text: Option<String>§duration_ms: Option<i32>§encode_type: Option<i32>Trait Implementations§
Source§impl Clone for VoiceContent
impl Clone for VoiceContent
Source§fn clone(&self) -> VoiceContent
fn clone(&self) -> VoiceContent
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 moreAuto Trait Implementations§
impl Freeze for VoiceContent
impl RefUnwindSafe for VoiceContent
impl Send for VoiceContent
impl Sync for VoiceContent
impl Unpin for VoiceContent
impl UnsafeUnpin for VoiceContent
impl UnwindSafe for VoiceContent
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