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