Struct sasl2_sys::saslplug::server_sasl_mechanism
source · [−]#[repr(C)]pub struct server_sasl_mechanism {
pub version: c_int,
pub condition: c_int,
pub plugname: *mut c_char,
pub plug: *const sasl_server_plug_t,
pub f: *mut c_char,
}
Fields
version: c_int
condition: c_int
plugname: *mut c_char
plug: *const sasl_server_plug_t
f: *mut c_char
Trait Implementations
sourceimpl Clone for server_sasl_mechanism
impl Clone for server_sasl_mechanism
sourcefn clone(&self) -> server_sasl_mechanism
fn clone(&self) -> server_sasl_mechanism
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for server_sasl_mechanism
impl Debug for server_sasl_mechanism
impl Copy for server_sasl_mechanism
Auto Trait Implementations
impl RefUnwindSafe for server_sasl_mechanism
impl !Send for server_sasl_mechanism
impl !Sync for server_sasl_mechanism
impl Unpin for server_sasl_mechanism
impl UnwindSafe for server_sasl_mechanism
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more