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