pub struct AskrenecreatechannelRequest {
pub capacity_msat: Amount,
pub destination: PublicKey,
pub layer: String,
pub short_channel_id: ShortChannelId,
pub source: PublicKey,
}Fields§
§capacity_msat: Amount§destination: PublicKey§layer: String§short_channel_id: ShortChannelId§source: PublicKeyTrait Implementations§
Source§impl Clone for AskrenecreatechannelRequest
impl Clone for AskrenecreatechannelRequest
Source§fn clone(&self) -> AskrenecreatechannelRequest
fn clone(&self) -> AskrenecreatechannelRequest
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 AskrenecreatechannelRequest
impl Debug for AskrenecreatechannelRequest
Source§impl<'de> Deserialize<'de> for AskrenecreatechannelRequest
impl<'de> Deserialize<'de> for AskrenecreatechannelRequest
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 From<AskrenecreatechannelRequest> for Request
impl From<AskrenecreatechannelRequest> for Request
Source§fn from(r: AskrenecreatechannelRequest) -> Self
fn from(r: AskrenecreatechannelRequest) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AskrenecreatechannelRequest
impl RefUnwindSafe for AskrenecreatechannelRequest
impl Send for AskrenecreatechannelRequest
impl Sync for AskrenecreatechannelRequest
impl Unpin for AskrenecreatechannelRequest
impl UnwindSafe for AskrenecreatechannelRequest
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