pub struct GetNwcClients {
pub client_nostr_pk: Option<NostrPk>,
}Expand description
Query parameters to search for NWC clients.
This params adds optinal filtering besides the user_pk.
Fields§
§client_nostr_pk: Option<NostrPk>Optionally filter by the client’s Nostr PK.
Trait Implementations§
Source§impl Debug for GetNwcClients
impl Debug for GetNwcClients
Source§impl<'de> Deserialize<'de> for GetNwcClients
impl<'de> Deserialize<'de> for GetNwcClients
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetNwcClients, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetNwcClients, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetNwcClients
impl PartialEq for GetNwcClients
Source§impl Serialize for GetNwcClients
impl Serialize for GetNwcClients
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for GetNwcClients
Auto Trait Implementations§
impl Freeze for GetNwcClients
impl RefUnwindSafe for GetNwcClients
impl Send for GetNwcClients
impl Sync for GetNwcClients
impl Unpin for GetNwcClients
impl UnsafeUnpin for GetNwcClients
impl UnwindSafe for GetNwcClients
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