pub enum RoutePath {
MintQuoteBolt11,
MintBolt11,
MeltQuoteBolt11,
MeltBolt11,
Swap,
Checkstate,
Restore,
MintBlindAuth,
}
Expand description
Route path
Variants§
MintQuoteBolt11
Bolt11 Mint Quote
MintBolt11
Bolt11 Mint
MeltQuoteBolt11
Bolt11 Melt Quote
MeltBolt11
Bolt11 Melt
Swap
Swap
Checkstate
Checkstate
Restore
Restore
MintBlindAuth
Mint Blind Auth
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RoutePath
impl<'de> Deserialize<'de> for RoutePath
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<RoutePath, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<RoutePath, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl IntoEnumIterator for RoutePath
impl IntoEnumIterator for RoutePath
type Iterator = RoutePathIter
fn iter() -> RoutePathIter ⓘ
Source§impl Serialize for RoutePath
impl Serialize for RoutePath
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 Copy for RoutePath
impl Eq for RoutePath
impl StructuralPartialEq for RoutePath
Auto Trait Implementations§
impl Freeze for RoutePath
impl RefUnwindSafe for RoutePath
impl Send for RoutePath
impl Sync for RoutePath
impl Unpin for RoutePath
impl UnwindSafe for RoutePath
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