pub struct PrivateChannel(/* private fields */);Expand description
Private channel type
Implementations§
Trait Implementations§
Source§impl Clone for PrivateChannel
impl Clone for PrivateChannel
Source§fn clone(&self) -> PrivateChannel
fn clone(&self) -> PrivateChannel
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 PrivateChannel
impl Debug for PrivateChannel
impl Eq for PrivateChannel
Source§impl Hash for PrivateChannel
impl Hash for PrivateChannel
Source§impl PartialEq for PrivateChannel
impl PartialEq for PrivateChannel
impl StructuralPartialEq for PrivateChannel
Auto Trait Implementations§
impl Freeze for PrivateChannel
impl RefUnwindSafe for PrivateChannel
impl Send for PrivateChannel
impl Sync for PrivateChannel
impl Unpin for PrivateChannel
impl UnsafeUnpin for PrivateChannel
impl UnwindSafe for PrivateChannel
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