pub struct WithReplyKey;Available on crate feature
v2 only.Expand description
A payjoin V2 sender, allowing the construction of a payjoin V2 request
and the resulting ClientResponse.
Trait Implementations§
Source§impl Clone for WithReplyKey
impl Clone for WithReplyKey
Source§fn clone(&self) -> WithReplyKey
fn clone(&self) -> WithReplyKey
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 WithReplyKey
impl Debug for WithReplyKey
Source§impl<'de> Deserialize<'de> for WithReplyKey
impl<'de> Deserialize<'de> for WithReplyKey
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 WithReplyKey
impl PartialEq for WithReplyKey
Source§impl Serialize for WithReplyKey
impl Serialize for WithReplyKey
impl Eq for WithReplyKey
impl StructuralPartialEq for WithReplyKey
Auto Trait Implementations§
impl Freeze for WithReplyKey
impl RefUnwindSafe for WithReplyKey
impl Send for WithReplyKey
impl Sync for WithReplyKey
impl Unpin for WithReplyKey
impl UnsafeUnpin for WithReplyKey
impl UnwindSafe for WithReplyKey
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