pub struct TurnSteerResult {
pub turn_id: String,
pub extra: Map<String, Value>,
}Fields§
§turn_id: String§extra: Map<String, Value>Trait Implementations§
Source§impl Clone for TurnSteerResult
impl Clone for TurnSteerResult
Source§fn clone(&self) -> TurnSteerResult
fn clone(&self) -> TurnSteerResult
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 TurnSteerResult
impl Debug for TurnSteerResult
Source§impl Default for TurnSteerResult
impl Default for TurnSteerResult
Source§fn default() -> TurnSteerResult
fn default() -> TurnSteerResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TurnSteerResult
impl<'de> Deserialize<'de> for TurnSteerResult
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 TurnSteerResult
impl RefUnwindSafe for TurnSteerResult
impl Send for TurnSteerResult
impl Sync for TurnSteerResult
impl Unpin for TurnSteerResult
impl UnsafeUnpin for TurnSteerResult
impl UnwindSafe for TurnSteerResult
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