pub struct MintBolt11Response {
pub signatures: Vec<BlindSignature>,
}Expand description
Mint response [NUT-04]
Fields§
§signatures: Vec<BlindSignature>Blinded Signatures
Trait Implementations§
Source§impl Clone for MintBolt11Response
impl Clone for MintBolt11Response
Source§fn clone(&self) -> MintBolt11Response
fn clone(&self) -> MintBolt11Response
Returns a copy 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 MintBolt11Response
impl Debug for MintBolt11Response
Source§impl<'de> Deserialize<'de> for MintBolt11Response
impl<'de> Deserialize<'de> for MintBolt11Response
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<MintBolt11Response, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<MintBolt11Response, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MintBolt11Response
impl PartialEq for MintBolt11Response
Source§impl Serialize for MintBolt11Response
impl Serialize for MintBolt11Response
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 Eq for MintBolt11Response
impl StructuralPartialEq for MintBolt11Response
Auto Trait Implementations§
impl Freeze for MintBolt11Response
impl RefUnwindSafe for MintBolt11Response
impl Send for MintBolt11Response
impl Sync for MintBolt11Response
impl Unpin for MintBolt11Response
impl UnwindSafe for MintBolt11Response
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