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