pub struct ViewerCertificate { /* private fields */ }Trait Implementations§
Source§impl Debug for ViewerCertificate
impl Debug for ViewerCertificate
Auto Trait Implementations§
impl Freeze for ViewerCertificate
impl RefUnwindSafe for ViewerCertificate
impl Send for ViewerCertificate
impl Sync for ViewerCertificate
impl Unpin for ViewerCertificate
impl UnwindSafe for ViewerCertificate
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