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