#[repr(C)]pub struct secure_session_type { /* private fields */ }Trait Implementations§
Source§impl Clone for secure_session_type
impl Clone for secure_session_type
Source§fn clone(&self) -> secure_session_type
fn clone(&self) -> secure_session_type
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 secure_session_type
impl Debug for secure_session_type
impl Copy for secure_session_type
Auto Trait Implementations§
impl Freeze for secure_session_type
impl RefUnwindSafe for secure_session_type
impl Send for secure_session_type
impl Sync for secure_session_type
impl Unpin for secure_session_type
impl UnwindSafe for secure_session_type
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