pub struct BuildInfo;Expand description
Information about the build configuration
Implementations§
Source§impl BuildInfo
impl BuildInfo
Sourcepub fn has_encryption() -> bool
pub fn has_encryption() -> bool
Returns whether encryption support is available
Sourcepub fn tls_backend() -> &'static str
pub fn tls_backend() -> &'static str
Returns the TLS backend being used
Sourcepub fn encryption_backend() -> &'static str
Available on crate feature encryption only.
pub fn encryption_backend() -> &'static str
encryption only.Returns the encryption backend being used
Auto Trait Implementations§
impl Freeze for BuildInfo
impl RefUnwindSafe for BuildInfo
impl Send for BuildInfo
impl Sync for BuildInfo
impl Unpin for BuildInfo
impl UnsafeUnpin for BuildInfo
impl UnwindSafe for BuildInfo
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