pub struct TwccSenderBuilder<P> { /* private fields */ }Expand description
Implementations§
Source§impl<P> TwccSenderBuilder<P>
impl<P> TwccSenderBuilder<P>
Trait Implementations§
Auto Trait Implementations§
impl<P> Freeze for TwccSenderBuilder<P>
impl<P> RefUnwindSafe for TwccSenderBuilder<P>where
P: RefUnwindSafe,
impl<P> Send for TwccSenderBuilder<P>where
P: Send,
impl<P> Sync for TwccSenderBuilder<P>where
P: Sync,
impl<P> Unpin for TwccSenderBuilder<P>where
P: Unpin,
impl<P> UnwindSafe for TwccSenderBuilder<P>where
P: UnwindSafe,
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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