Struct blaze_ssl_async::data::BlazeServerData
source · pub struct BlazeServerData {
pub private_key: RsaPrivateKey,
pub certificate: Arc<Certificate>,
}Expand description
Structure for storing the additional data for the server implementation
Fields§
§private_key: RsaPrivateKeyThe server private key
certificate: Arc<Certificate>The server certificate
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BlazeServerData
impl Send for BlazeServerData
impl Sync for BlazeServerData
impl Unpin for BlazeServerData
impl UnwindSafe for BlazeServerData
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