pub struct CartesiaExperimentalControls {
pub speed: Option<CartesiaExperimentalControlsSpeed>,
pub emotion: Option<EmotionTrue>,
}
Fields§
§speed: Option<CartesiaExperimentalControlsSpeed>
§emotion: Option<EmotionTrue>
Implementations§
Source§impl CartesiaExperimentalControls
impl CartesiaExperimentalControls
pub fn new() -> CartesiaExperimentalControls
Trait Implementations§
Source§impl Clone for CartesiaExperimentalControls
impl Clone for CartesiaExperimentalControls
Source§fn clone(&self) -> CartesiaExperimentalControls
fn clone(&self) -> CartesiaExperimentalControls
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CartesiaExperimentalControls
impl Debug for CartesiaExperimentalControls
Source§impl Default for CartesiaExperimentalControls
impl Default for CartesiaExperimentalControls
Source§fn default() -> CartesiaExperimentalControls
fn default() -> CartesiaExperimentalControls
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CartesiaExperimentalControls
impl<'de> Deserialize<'de> for CartesiaExperimentalControls
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 CartesiaExperimentalControls
impl PartialEq for CartesiaExperimentalControls
Source§fn eq(&self, other: &CartesiaExperimentalControls) -> bool
fn eq(&self, other: &CartesiaExperimentalControls) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for CartesiaExperimentalControls
Auto Trait Implementations§
impl Freeze for CartesiaExperimentalControls
impl RefUnwindSafe for CartesiaExperimentalControls
impl Send for CartesiaExperimentalControls
impl Sync for CartesiaExperimentalControls
impl Unpin for CartesiaExperimentalControls
impl UnwindSafe for CartesiaExperimentalControls
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