Struct vls_protocol::msgs::CheckOutpoint
source · pub struct CheckOutpoint {
pub funding_txid: Txid,
pub funding_txout: u16,
}
Expand description
Fields§
§funding_txid: Txid
§funding_txout: u16
Trait Implementations§
source§impl BigEndianEncodable for CheckOutpoint
impl BigEndianEncodable for CheckOutpoint
source§impl DeBolt for CheckOutpoint
impl DeBolt for CheckOutpoint
source§impl Debug for CheckOutpoint
impl Debug for CheckOutpoint
source§impl Decodable for CheckOutpoint
impl Decodable for CheckOutpoint
source§impl Encodable for CheckOutpoint
impl Encodable for CheckOutpoint
Auto Trait Implementations§
impl RefUnwindSafe for CheckOutpoint
impl Send for CheckOutpoint
impl Sync for CheckOutpoint
impl Unpin for CheckOutpoint
impl UnwindSafe for CheckOutpoint
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