pub enum SparkCreateLightningInvoiceRpcInputMethod {
CreateLightningInvoice,
}Expand description
SparkCreateLightningInvoiceRpcInputMethod
JSON schema
{
"type": "string",
"enum": [
"createLightningInvoice"
]
}Variants§
CreateLightningInvoice
Trait Implementations§
Source§impl Clone for SparkCreateLightningInvoiceRpcInputMethod
impl Clone for SparkCreateLightningInvoiceRpcInputMethod
Source§fn clone(&self) -> SparkCreateLightningInvoiceRpcInputMethod
fn clone(&self) -> SparkCreateLightningInvoiceRpcInputMethod
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 SparkCreateLightningInvoiceRpcInputMethod
Source§impl<'de> Deserialize<'de> for SparkCreateLightningInvoiceRpcInputMethod
impl<'de> Deserialize<'de> for SparkCreateLightningInvoiceRpcInputMethod
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 SparkCreateLightningInvoiceRpcInputMethod
Source§impl From<&SparkCreateLightningInvoiceRpcInputMethod> for SparkCreateLightningInvoiceRpcInputMethod
impl From<&SparkCreateLightningInvoiceRpcInputMethod> for SparkCreateLightningInvoiceRpcInputMethod
Source§fn from(value: &SparkCreateLightningInvoiceRpcInputMethod) -> Self
fn from(value: &SparkCreateLightningInvoiceRpcInputMethod) -> Self
Converts to this type from the input type.
Source§impl Ord for SparkCreateLightningInvoiceRpcInputMethod
impl Ord for SparkCreateLightningInvoiceRpcInputMethod
Source§fn cmp(&self, other: &SparkCreateLightningInvoiceRpcInputMethod) -> Ordering
fn cmp(&self, other: &SparkCreateLightningInvoiceRpcInputMethod) -> 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 SparkCreateLightningInvoiceRpcInputMethod
impl PartialEq for SparkCreateLightningInvoiceRpcInputMethod
Source§fn eq(&self, other: &SparkCreateLightningInvoiceRpcInputMethod) -> bool
fn eq(&self, other: &SparkCreateLightningInvoiceRpcInputMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SparkCreateLightningInvoiceRpcInputMethod
impl PartialOrd for SparkCreateLightningInvoiceRpcInputMethod
Source§fn partial_cmp(
&self,
other: &SparkCreateLightningInvoiceRpcInputMethod,
) -> Option<Ordering>
fn partial_cmp( &self, other: &SparkCreateLightningInvoiceRpcInputMethod, ) -> Option<Ordering>
impl StructuralPartialEq for SparkCreateLightningInvoiceRpcInputMethod
Source§impl TryFrom<&String> for SparkCreateLightningInvoiceRpcInputMethod
impl TryFrom<&String> for SparkCreateLightningInvoiceRpcInputMethod
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for SparkCreateLightningInvoiceRpcInputMethod
impl TryFrom<&str> for SparkCreateLightningInvoiceRpcInputMethod
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for SparkCreateLightningInvoiceRpcInputMethod
impl TryFrom<String> for SparkCreateLightningInvoiceRpcInputMethod
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for SparkCreateLightningInvoiceRpcInputMethod
impl RefUnwindSafe for SparkCreateLightningInvoiceRpcInputMethod
impl Send for SparkCreateLightningInvoiceRpcInputMethod
impl Sync for SparkCreateLightningInvoiceRpcInputMethod
impl Unpin for SparkCreateLightningInvoiceRpcInputMethod
impl UnsafeUnpin for SparkCreateLightningInvoiceRpcInputMethod
impl UnwindSafe for SparkCreateLightningInvoiceRpcInputMethod
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