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