pub struct ClientCSRResponse {
pub ccdid: Option<u8>,
pub csr: Option<Vec<u8>>,
pub nonce_signature: Option<Vec<u8>>,
}Fields§
§ccdid: Option<u8>§csr: Option<Vec<u8>>§nonce_signature: Option<Vec<u8>>Trait Implementations§
Source§impl Debug for ClientCSRResponse
impl Debug for ClientCSRResponse
Auto Trait Implementations§
impl Freeze for ClientCSRResponse
impl RefUnwindSafe for ClientCSRResponse
impl Send for ClientCSRResponse
impl Sync for ClientCSRResponse
impl Unpin for ClientCSRResponse
impl UnwindSafe for ClientCSRResponse
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