#[repr(u32)]pub enum GTlsAuthenticationMode {
G_TLS_AUTHENTICATION_NONE = 0,
G_TLS_AUTHENTICATION_REQUESTED = 1,
G_TLS_AUTHENTICATION_REQUIRED = 2,
}Variants§
Trait Implementations§
Source§impl Clone for GTlsAuthenticationMode
impl Clone for GTlsAuthenticationMode
Source§fn clone(&self) -> GTlsAuthenticationMode
fn clone(&self) -> GTlsAuthenticationMode
Returns a duplicate 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 Debug for GTlsAuthenticationMode
impl Debug for GTlsAuthenticationMode
Source§impl Hash for GTlsAuthenticationMode
impl Hash for GTlsAuthenticationMode
Source§impl PartialEq for GTlsAuthenticationMode
impl PartialEq for GTlsAuthenticationMode
impl Copy for GTlsAuthenticationMode
impl Eq for GTlsAuthenticationMode
impl StructuralPartialEq for GTlsAuthenticationMode
Auto Trait Implementations§
impl Freeze for GTlsAuthenticationMode
impl RefUnwindSafe for GTlsAuthenticationMode
impl Send for GTlsAuthenticationMode
impl Sync for GTlsAuthenticationMode
impl Unpin for GTlsAuthenticationMode
impl UnwindSafe for GTlsAuthenticationMode
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