pub struct SlotConnectedActivator<T, S>(/* private fields */)
where
S: Slot<T>;
Expand description
Activator connected to Slot
Trait Implementations§
Source§impl<T, S, U> Sink<T, S> for SlotConnectedActivator<T, U>
impl<T, S, U> Sink<T, S> for SlotConnectedActivator<T, U>
type Connected = ConnectedActivator<T, S, U>
fn connect_source(self, src: S) -> ConnectedActivator<T, S, U>
Auto Trait Implementations§
impl<T, S> Freeze for SlotConnectedActivator<T, S>where
S: Freeze,
impl<T, S> RefUnwindSafe for SlotConnectedActivator<T, S>where
S: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, S> Send for SlotConnectedActivator<T, S>
impl<T, S> Sync for SlotConnectedActivator<T, S>
impl<T, S> Unpin for SlotConnectedActivator<T, S>
impl<T, S> UnwindSafe for SlotConnectedActivator<T, S>where
S: UnwindSafe,
T: UnwindSafe,
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