pub struct CaProfileTlv {
pub ca_prefix: String,
pub ca_info: String,
pub ca_certificate: Bytes,
pub max_validity_secs: u64,
pub challenges: Vec<String>,
}Expand description
TLV-encoded CA profile (content of /<ca>/CA/INFO Data packet).
Fields§
§ca_prefix: String§ca_info: String§ca_certificate: Bytes§max_validity_secs: u64§challenges: Vec<String>Implementations§
Auto Trait Implementations§
impl !Freeze for CaProfileTlv
impl RefUnwindSafe for CaProfileTlv
impl Send for CaProfileTlv
impl Sync for CaProfileTlv
impl Unpin for CaProfileTlv
impl UnwindSafe for CaProfileTlv
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