Struct vls_protocol::msgs::SignerError
source · pub struct SignerError {
pub code: u16,
pub message: WireString,
}
Fields§
§code: u16
§message: WireString
Trait Implementations§
source§impl BigEndianEncodable for SignerError
impl BigEndianEncodable for SignerError
source§impl DeBolt for SignerError
impl DeBolt for SignerError
source§impl Debug for SignerError
impl Debug for SignerError
source§impl Decodable for SignerError
impl Decodable for SignerError
source§impl Encodable for SignerError
impl Encodable for SignerError
Auto Trait Implementations§
impl RefUnwindSafe for SignerError
impl Send for SignerError
impl Sync for SignerError
impl Unpin for SignerError
impl UnwindSafe for SignerError
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