pub struct RevokeResponseTlv {
pub status: u8,
pub reason: Option<String>,
}Expand description
TLV-encoded REVOKE response body.
Fields§
§status: u8One of the REVOKE_STATUS_* constants.
reason: Option<String>Optional human-readable reason.
Implementations§
Auto Trait Implementations§
impl Freeze for RevokeResponseTlv
impl RefUnwindSafe for RevokeResponseTlv
impl Send for RevokeResponseTlv
impl Sync for RevokeResponseTlv
impl Unpin for RevokeResponseTlv
impl UnwindSafe for RevokeResponseTlv
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