pub struct SteerParams {
pub user_input: UserInput,
}Expand description
Steer request parameters.
Fields§
§user_input: UserInputAdditional user input to steer the turn.
Trait Implementations§
Source§impl Clone for SteerParams
impl Clone for SteerParams
Source§fn clone(&self) -> SteerParams
fn clone(&self) -> SteerParams
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 SteerParams
impl Debug for SteerParams
Source§impl<'de> Deserialize<'de> for SteerParams
impl<'de> Deserialize<'de> for SteerParams
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 SteerParams
impl PartialEq for SteerParams
Source§fn eq(&self, other: &SteerParams) -> bool
fn eq(&self, other: &SteerParams) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SteerParams
impl Serialize for SteerParams
impl StructuralPartialEq for SteerParams
Auto Trait Implementations§
impl Freeze for SteerParams
impl RefUnwindSafe for SteerParams
impl Send for SteerParams
impl Sync for SteerParams
impl Unpin for SteerParams
impl UnsafeUnpin for SteerParams
impl UnwindSafe for SteerParams
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