pub struct Certificate { /* private fields */ }
Expand description
X.509 certificate details.
Reference to the official documentation:
https://www.virtualbox.org/sdkref/interface_i_certificate.html
Trait Implementations§
Source§impl Debug for Certificate
impl Debug for Certificate
Auto Trait Implementations§
impl Freeze for Certificate
impl RefUnwindSafe for Certificate
impl !Send for Certificate
impl !Sync for Certificate
impl Unpin for Certificate
impl UnwindSafe for Certificate
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