pub struct SetPressureStateOverride {
pub source: PressureSource,
pub state: PressureState,
}Fields§
§source: PressureSource§state: PressureStateTrait Implementations§
Source§impl Clone for SetPressureStateOverride
impl Clone for SetPressureStateOverride
Source§fn clone(&self) -> SetPressureStateOverride
fn clone(&self) -> SetPressureStateOverride
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 SetPressureStateOverride
impl Debug for SetPressureStateOverride
Source§impl<'de> Deserialize<'de> for SetPressureStateOverride
impl<'de> Deserialize<'de> for SetPressureStateOverride
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 Method for SetPressureStateOverride
impl Method for SetPressureStateOverride
const NAME: &'static str = "Emulation.setPressureStateOverride"
type ReturnObject = SetPressureStateOverrideReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetPressureStateOverride
impl PartialEq for SetPressureStateOverride
Source§impl Serialize for SetPressureStateOverride
impl Serialize for SetPressureStateOverride
impl StructuralPartialEq for SetPressureStateOverride
Auto Trait Implementations§
impl Freeze for SetPressureStateOverride
impl RefUnwindSafe for SetPressureStateOverride
impl Send for SetPressureStateOverride
impl Sync for SetPressureStateOverride
impl Unpin for SetPressureStateOverride
impl UnwindSafe for SetPressureStateOverride
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