pub struct NwcRequestPayload {
pub method: NwcMethod,
pub params: Value,
}Expand description
NWC request payload (decrypted).
Fields§
§method: NwcMethod§params: ValueTrait Implementations§
Source§impl Clone for NwcRequestPayload
impl Clone for NwcRequestPayload
Source§fn clone(&self) -> NwcRequestPayload
fn clone(&self) -> NwcRequestPayload
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 NwcRequestPayload
impl Debug for NwcRequestPayload
Source§impl<'de> Deserialize<'de> for NwcRequestPayload
impl<'de> Deserialize<'de> for NwcRequestPayload
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 NwcRequestPayload
impl PartialEq for NwcRequestPayload
Source§impl Serialize for NwcRequestPayload
impl Serialize for NwcRequestPayload
impl StructuralPartialEq for NwcRequestPayload
Auto Trait Implementations§
impl Freeze for NwcRequestPayload
impl RefUnwindSafe for NwcRequestPayload
impl Send for NwcRequestPayload
impl Sync for NwcRequestPayload
impl Unpin for NwcRequestPayload
impl UnsafeUnpin for NwcRequestPayload
impl UnwindSafe for NwcRequestPayload
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