pub enum MintMethodOptions {
Bolt11 {
description: bool,
},
}
Expand description
Mint Method settings options
Variants§
Trait Implementations§
Source§impl Clone for MintMethodOptions
impl Clone for MintMethodOptions
Source§fn clone(&self) -> MintMethodOptions
fn clone(&self) -> MintMethodOptions
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 MintMethodOptions
impl Debug for MintMethodOptions
Source§impl<'de> Deserialize<'de> for MintMethodOptions
impl<'de> Deserialize<'de> for MintMethodOptions
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<MintMethodOptions, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<MintMethodOptions, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for MintMethodOptions
impl Hash for MintMethodOptions
Source§impl PartialEq for MintMethodOptions
impl PartialEq for MintMethodOptions
Source§impl Serialize for MintMethodOptions
impl Serialize for MintMethodOptions
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 MintMethodOptions
impl StructuralPartialEq for MintMethodOptions
Auto Trait Implementations§
impl Freeze for MintMethodOptions
impl RefUnwindSafe for MintMethodOptions
impl Send for MintMethodOptions
impl Sync for MintMethodOptions
impl Unpin for MintMethodOptions
impl UnwindSafe for MintMethodOptions
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