pub struct StatusRequestedEventParams {
pub request_id: String,
pub handle: JsUInt,
}Fields§
§request_id: String§handle: JsUIntTrait Implementations§
Source§impl Clone for StatusRequestedEventParams
impl Clone for StatusRequestedEventParams
Source§fn clone(&self) -> StatusRequestedEventParams
fn clone(&self) -> StatusRequestedEventParams
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 StatusRequestedEventParams
impl Debug for StatusRequestedEventParams
Source§impl<'de> Deserialize<'de> for StatusRequestedEventParams
impl<'de> Deserialize<'de> for StatusRequestedEventParams
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
impl StructuralPartialEq for StatusRequestedEventParams
Auto Trait Implementations§
impl Freeze for StatusRequestedEventParams
impl RefUnwindSafe for StatusRequestedEventParams
impl Send for StatusRequestedEventParams
impl Sync for StatusRequestedEventParams
impl Unpin for StatusRequestedEventParams
impl UnsafeUnpin for StatusRequestedEventParams
impl UnwindSafe for StatusRequestedEventParams
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