pub struct EncryptedChannel(/* private fields */);Expand description
Encrypted channel type
Implementations§
Trait Implementations§
Source§impl Clone for EncryptedChannel
impl Clone for EncryptedChannel
Source§fn clone(&self) -> EncryptedChannel
fn clone(&self) -> EncryptedChannel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EncryptedChannel
impl Debug for EncryptedChannel
impl Eq for EncryptedChannel
Source§impl Hash for EncryptedChannel
impl Hash for EncryptedChannel
Source§impl PartialEq for EncryptedChannel
impl PartialEq for EncryptedChannel
impl StructuralPartialEq for EncryptedChannel
Auto Trait Implementations§
impl Freeze for EncryptedChannel
impl RefUnwindSafe for EncryptedChannel
impl Send for EncryptedChannel
impl Sync for EncryptedChannel
impl Unpin for EncryptedChannel
impl UnsafeUnpin for EncryptedChannel
impl UnwindSafe for EncryptedChannel
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