pub struct SchannelCred(/* private fields */);
Expand description
An SChannel credential.
Implementations§
Trait Implementations§
Source§impl Clone for SchannelCred
impl Clone for SchannelCred
Source§fn clone(&self) -> SchannelCred
fn clone(&self) -> SchannelCred
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 moreAuto Trait Implementations§
impl Freeze for SchannelCred
impl RefUnwindSafe for SchannelCred
impl Send for SchannelCred
impl Sync for SchannelCred
impl Unpin for SchannelCred
impl UnwindSafe for SchannelCred
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