pub struct SetAttribRequestedEventParams {
pub request_id: String,
pub handle: JsUInt,
pub attrib_id: JsUInt,
pub data: String,
}Fields§
§request_id: String§handle: JsUInt§attrib_id: JsUInt§data: StringTrait Implementations§
Source§impl Clone for SetAttribRequestedEventParams
impl Clone for SetAttribRequestedEventParams
Source§fn clone(&self) -> SetAttribRequestedEventParams
fn clone(&self) -> SetAttribRequestedEventParams
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<'de> Deserialize<'de> for SetAttribRequestedEventParams
impl<'de> Deserialize<'de> for SetAttribRequestedEventParams
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 SetAttribRequestedEventParams
impl PartialEq for SetAttribRequestedEventParams
Source§fn eq(&self, other: &SetAttribRequestedEventParams) -> bool
fn eq(&self, other: &SetAttribRequestedEventParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetAttribRequestedEventParams
Auto Trait Implementations§
impl Freeze for SetAttribRequestedEventParams
impl RefUnwindSafe for SetAttribRequestedEventParams
impl Send for SetAttribRequestedEventParams
impl Sync for SetAttribRequestedEventParams
impl Unpin for SetAttribRequestedEventParams
impl UnsafeUnpin for SetAttribRequestedEventParams
impl UnwindSafe for SetAttribRequestedEventParams
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