pub struct SupervisionIdentity {
pub certificate_der: Vec<u8>,
pub certificate_pem: Vec<u8>,
pub private_key_pem: Vec<u8>,
pub pkcs12_der: Vec<u8>,
}Fields§
§certificate_der: Vec<u8>§certificate_pem: Vec<u8>§private_key_pem: Vec<u8>§pkcs12_der: Vec<u8>Trait Implementations§
Source§impl Clone for SupervisionIdentity
impl Clone for SupervisionIdentity
Source§fn clone(&self) -> SupervisionIdentity
fn clone(&self) -> SupervisionIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SupervisionIdentity
impl RefUnwindSafe for SupervisionIdentity
impl Send for SupervisionIdentity
impl Sync for SupervisionIdentity
impl Unpin for SupervisionIdentity
impl UnsafeUnpin for SupervisionIdentity
impl UnwindSafe for SupervisionIdentity
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