Struct vls_protocol::msgs::PreapproveKeysend
source · pub struct PreapproveKeysend {
pub destination: PubKey,
pub payment_hash: Sha256,
pub amount_msat: u64,
}
Expand description
PreapproveKeysend {
Fields§
§destination: PubKey
§payment_hash: Sha256
§amount_msat: u64
Trait Implementations§
source§impl DeBolt for PreapproveKeysend
impl DeBolt for PreapproveKeysend
source§impl Debug for PreapproveKeysend
impl Debug for PreapproveKeysend
source§impl<'de> Deserialize<'de> for PreapproveKeysend
impl<'de> Deserialize<'de> for PreapproveKeysend
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
Auto Trait Implementations§
impl RefUnwindSafe for PreapproveKeysend
impl Send for PreapproveKeysend
impl Sync for PreapproveKeysend
impl Unpin for PreapproveKeysend
impl UnwindSafe for PreapproveKeysend
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