pub struct ConnectedActivator<T, S, U>(/* private fields */)
where
    S: Source<T>,
    U: Slot<T>;Expand description
Fully connected activator
Implementations§
Source§impl<T, S, U> ConnectedActivator<T, S, U>
 
impl<T, S, U> ConnectedActivator<T, S, U>
Sourcepub fn activate(&self) -> Result<(), ActivateError<T>>
 
pub fn activate(&self) -> Result<(), ActivateError<T>>
transfer portion of data from connected Source to Slot
Auto Trait Implementations§
impl<T, S, U> Freeze for ConnectedActivator<T, S, U>
impl<T, S, U> RefUnwindSafe for ConnectedActivator<T, S, U>
impl<T, S, U> Send for ConnectedActivator<T, S, U>
impl<T, S, U> Sync for ConnectedActivator<T, S, U>
impl<T, S, U> Unpin for ConnectedActivator<T, S, U>
impl<T, S, U> UnwindSafe for ConnectedActivator<T, S, U>
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