pub struct Certificates(pub Vec<Certificate>);
Tuple Fields§
§0: Vec<Certificate>
Implementations§
Trait Implementations§
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