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