pub enum SparkPayLightningInvoiceRpcInputMethod {
PayLightningInvoice,
}Expand description
SparkPayLightningInvoiceRpcInputMethod
JSON schema
{
"type": "string",
"enum": [
"payLightningInvoice"
]
}Variants§
PayLightningInvoice
Trait Implementations§
Source§impl Clone for SparkPayLightningInvoiceRpcInputMethod
impl Clone for SparkPayLightningInvoiceRpcInputMethod
Source§fn clone(&self) -> SparkPayLightningInvoiceRpcInputMethod
fn clone(&self) -> SparkPayLightningInvoiceRpcInputMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SparkPayLightningInvoiceRpcInputMethod
Source§impl<'de> Deserialize<'de> for SparkPayLightningInvoiceRpcInputMethod
impl<'de> Deserialize<'de> for SparkPayLightningInvoiceRpcInputMethod
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
impl Eq for SparkPayLightningInvoiceRpcInputMethod
Source§impl From<&SparkPayLightningInvoiceRpcInputMethod> for SparkPayLightningInvoiceRpcInputMethod
impl From<&SparkPayLightningInvoiceRpcInputMethod> for SparkPayLightningInvoiceRpcInputMethod
Source§fn from(value: &SparkPayLightningInvoiceRpcInputMethod) -> Self
fn from(value: &SparkPayLightningInvoiceRpcInputMethod) -> Self
Converts to this type from the input type.
Source§impl Ord for SparkPayLightningInvoiceRpcInputMethod
impl Ord for SparkPayLightningInvoiceRpcInputMethod
Source§fn cmp(&self, other: &SparkPayLightningInvoiceRpcInputMethod) -> Ordering
fn cmp(&self, other: &SparkPayLightningInvoiceRpcInputMethod) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SparkPayLightningInvoiceRpcInputMethod
impl PartialEq for SparkPayLightningInvoiceRpcInputMethod
Source§fn eq(&self, other: &SparkPayLightningInvoiceRpcInputMethod) -> bool
fn eq(&self, other: &SparkPayLightningInvoiceRpcInputMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SparkPayLightningInvoiceRpcInputMethod
impl PartialOrd for SparkPayLightningInvoiceRpcInputMethod
impl StructuralPartialEq for SparkPayLightningInvoiceRpcInputMethod
Source§impl TryFrom<&String> for SparkPayLightningInvoiceRpcInputMethod
impl TryFrom<&String> for SparkPayLightningInvoiceRpcInputMethod
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for SparkPayLightningInvoiceRpcInputMethod
impl TryFrom<&str> for SparkPayLightningInvoiceRpcInputMethod
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for SparkPayLightningInvoiceRpcInputMethod
impl TryFrom<String> for SparkPayLightningInvoiceRpcInputMethod
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for SparkPayLightningInvoiceRpcInputMethod
impl RefUnwindSafe for SparkPayLightningInvoiceRpcInputMethod
impl Send for SparkPayLightningInvoiceRpcInputMethod
impl Sync for SparkPayLightningInvoiceRpcInputMethod
impl Unpin for SparkPayLightningInvoiceRpcInputMethod
impl UnsafeUnpin for SparkPayLightningInvoiceRpcInputMethod
impl UnwindSafe for SparkPayLightningInvoiceRpcInputMethod
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