pub struct Certificates(/* private fields */);
Implementations§
Source§impl Certificates
impl Certificates
Trait Implementations§
Source§impl AsRef<[Certificate]> for Certificates
impl AsRef<[Certificate]> for Certificates
Source§fn as_ref(&self) -> &[Certificate]
fn as_ref(&self) -> &[Certificate]
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for Certificates
impl Clone for Certificates
Source§fn clone(&self) -> Certificates
fn clone(&self) -> Certificates
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Certificates
impl Debug for Certificates
Source§impl Decode for Certificates
impl Decode for Certificates
Source§impl From<Vec<Certificate>> for Certificates
impl From<Vec<Certificate>> for Certificates
Source§fn from(v: Vec<Certificate>) -> Self
fn from(v: Vec<Certificate>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Certificates
impl PartialEq for Certificates
impl Eq for Certificates
impl StructuralPartialEq for Certificates
Auto Trait Implementations§
impl Freeze for Certificates
impl RefUnwindSafe for Certificates
impl Send for Certificates
impl Sync for Certificates
impl Unpin for Certificates
impl UnwindSafe for Certificates
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