#[repr(u32)]pub enum grpc_ssl_roots_override_result {
GRPC_SSL_ROOTS_OVERRIDE_OK,
GRPC_SSL_ROOTS_OVERRIDE_FAIL_PERMANENTLY,
GRPC_SSL_ROOTS_OVERRIDE_FAIL,
}
Expand description
Results for the SSL roots override callback.
Variants§
GRPC_SSL_ROOTS_OVERRIDE_OK
GRPC_SSL_ROOTS_OVERRIDE_FAIL_PERMANENTLY
GRPC_SSL_ROOTS_OVERRIDE_FAIL
Do not try fallback options.
Trait Implementations§
source§impl Clone for grpc_ssl_roots_override_result
impl Clone for grpc_ssl_roots_override_result
source§fn clone(&self) -> grpc_ssl_roots_override_result
fn clone(&self) -> grpc_ssl_roots_override_result
Returns a copy 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 PartialEq<grpc_ssl_roots_override_result> for grpc_ssl_roots_override_result
impl PartialEq<grpc_ssl_roots_override_result> for grpc_ssl_roots_override_result
source§fn eq(&self, other: &grpc_ssl_roots_override_result) -> bool
fn eq(&self, other: &grpc_ssl_roots_override_result) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for grpc_ssl_roots_override_result
impl Eq for grpc_ssl_roots_override_result
impl StructuralEq for grpc_ssl_roots_override_result
impl StructuralPartialEq for grpc_ssl_roots_override_result
Auto Trait Implementations§
impl RefUnwindSafe for grpc_ssl_roots_override_result
impl Send for grpc_ssl_roots_override_result
impl Sync for grpc_ssl_roots_override_result
impl Unpin for grpc_ssl_roots_override_result
impl UnwindSafe for grpc_ssl_roots_override_result
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