pub struct LSPS2GetInfoRequest {
pub token: Option<String>,
}Expand description
A request made to an LSP to learn their current channel fees and parameters.
Fields§
§token: Option<String>An optional token to provide to the LSP.
Trait Implementations§
Source§impl Clone for LSPS2GetInfoRequest
impl Clone for LSPS2GetInfoRequest
Source§fn clone(&self) -> LSPS2GetInfoRequest
fn clone(&self) -> LSPS2GetInfoRequest
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 LSPS2GetInfoRequest
impl Debug for LSPS2GetInfoRequest
Source§impl<'de> Deserialize<'de> for LSPS2GetInfoRequest
impl<'de> Deserialize<'de> for LSPS2GetInfoRequest
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
Source§impl PartialEq for LSPS2GetInfoRequest
impl PartialEq for LSPS2GetInfoRequest
Source§impl Serialize for LSPS2GetInfoRequest
impl Serialize for LSPS2GetInfoRequest
impl Eq for LSPS2GetInfoRequest
impl StructuralPartialEq for LSPS2GetInfoRequest
Auto Trait Implementations§
impl Freeze for LSPS2GetInfoRequest
impl RefUnwindSafe for LSPS2GetInfoRequest
impl Send for LSPS2GetInfoRequest
impl Sync for LSPS2GetInfoRequest
impl Unpin for LSPS2GetInfoRequest
impl UnwindSafe for LSPS2GetInfoRequest
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