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