Struct vls_protocol::msgs::SignChannelUpdate
source · pub struct SignChannelUpdate {
pub update: Octets,
}
Expand description
Sign channel update
Fields§
§update: Octets
Trait Implementations§
source§impl DeBolt for SignChannelUpdate
impl DeBolt for SignChannelUpdate
source§impl Debug for SignChannelUpdate
impl Debug for SignChannelUpdate
source§impl Decodable for SignChannelUpdate
impl Decodable for SignChannelUpdate
source§impl Encodable for SignChannelUpdate
impl Encodable for SignChannelUpdate
Auto Trait Implementations§
impl RefUnwindSafe for SignChannelUpdate
impl Send for SignChannelUpdate
impl Sync for SignChannelUpdate
impl Unpin for SignChannelUpdate
impl UnwindSafe for SignChannelUpdate
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