pub struct ChannelTx { /* private fields */ }
Expand description
Trait impl for channels
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChannelTx
impl RefUnwindSafe for ChannelTx
impl Send for ChannelTx
impl Sync for ChannelTx
impl Unpin for ChannelTx
impl UnwindSafe for ChannelTx
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