pub struct DynChannelAccess<Dir: Direction> { /* private fields */ }
Available on crate feature
unstable
only.Expand description
Type-erased equivalent of ConstChannelAccess.
Trait Implementations§
Source§impl<Dir: Clone + Direction> Clone for DynChannelAccess<Dir>
impl<Dir: Clone + Direction> Clone for DynChannelAccess<Dir>
Source§fn clone(&self) -> DynChannelAccess<Dir>
fn clone(&self) -> DynChannelAccess<Dir>
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<Dir: Debug + Direction> Debug for DynChannelAccess<Dir>
impl<Dir: Debug + Direction> Debug for DynChannelAccess<Dir>
impl<Dir: Copy + Direction> Copy for DynChannelAccess<Dir>
impl<Dir: Direction> RawChannelAccess for DynChannelAccess<Dir>
Auto Trait Implementations§
impl<Dir> Freeze for DynChannelAccess<Dir>
impl<Dir> RefUnwindSafe for DynChannelAccess<Dir>where
Dir: RefUnwindSafe,
impl<Dir> Send for DynChannelAccess<Dir>where
Dir: Send,
impl<Dir> Sync for DynChannelAccess<Dir>where
Dir: Sync,
impl<Dir> Unpin for DynChannelAccess<Dir>where
Dir: Unpin,
impl<Dir> UnwindSafe for DynChannelAccess<Dir>where
Dir: UnwindSafe,
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)