pub struct Http3Certification {
pub cert: PathBuf,
pub key: PathBuf,
}Fields§
§cert: PathBuf§key: PathBufAuto Trait Implementations§
impl Freeze for Http3Certification
impl RefUnwindSafe for Http3Certification
impl Send for Http3Certification
impl Sync for Http3Certification
impl Unpin for Http3Certification
impl UnwindSafe for Http3Certification
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