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