Struct sasl2_sys::saslplug::client_sasl_mechanism
source · [−]#[repr(C)]pub struct client_sasl_mechanism {
pub version: c_int,
pub plugname: *mut c_char,
pub plug: *const sasl_client_plug_t,
}
Fields
version: c_int
plugname: *mut c_char
plug: *const sasl_client_plug_t
Trait Implementations
sourceimpl Clone for client_sasl_mechanism
impl Clone for client_sasl_mechanism
sourcefn clone(&self) -> client_sasl_mechanism
fn clone(&self) -> client_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 client_sasl_mechanism
impl Debug for client_sasl_mechanism
impl Copy for client_sasl_mechanism
Auto Trait Implementations
impl RefUnwindSafe for client_sasl_mechanism
impl !Send for client_sasl_mechanism
impl !Sync for client_sasl_mechanism
impl Unpin for client_sasl_mechanism
impl UnwindSafe for client_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