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