pub struct GetTranscriptEndpoint {
pub params: String,
}Fields§
§params: StringTrait Implementations§
Source§impl Clone for GetTranscriptEndpoint
impl Clone for GetTranscriptEndpoint
Source§fn clone(&self) -> GetTranscriptEndpoint
fn clone(&self) -> GetTranscriptEndpoint
Returns a duplicate 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 moreSource§impl Debug for GetTranscriptEndpoint
impl Debug for GetTranscriptEndpoint
Source§impl<'de> Deserialize<'de> for GetTranscriptEndpoint
impl<'de> Deserialize<'de> for GetTranscriptEndpoint
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
Auto Trait Implementations§
impl Freeze for GetTranscriptEndpoint
impl RefUnwindSafe for GetTranscriptEndpoint
impl Send for GetTranscriptEndpoint
impl Sync for GetTranscriptEndpoint
impl Unpin for GetTranscriptEndpoint
impl UnwindSafe for GetTranscriptEndpoint
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