pub struct CertificateViewWhen(/* private fields */);Implementations§
Source§impl CertificateViewWhen
impl CertificateViewWhen
pub fn new(inner: When) -> Self
pub fn into_inner(self) -> When
pub fn certificate(self, value: &NameOrId) -> Self
Auto Trait Implementations§
impl Freeze for CertificateViewWhen
impl !RefUnwindSafe for CertificateViewWhen
impl !Send for CertificateViewWhen
impl !Sync for CertificateViewWhen
impl Unpin for CertificateViewWhen
impl UnsafeUnpin for CertificateViewWhen
impl !UnwindSafe for CertificateViewWhen
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