pub struct EmptySplitter;
Expand description
Splitter just pass value to all connected slots EmptySplitter is disconnected spliiter type
Trait Implementations§
Source§impl<T, S> Signal<T, S> for EmptySplitter
impl<T, S> Signal<T, S> for EmptySplitter
type Connected = Splitter<T, S, EmptySplitter>
fn connect_slot(self, slot: S) -> Splitter<T, S, Self>
Source§impl SignalExt for EmptySplitter
impl SignalExt for EmptySplitter
Auto Trait Implementations§
impl Freeze for EmptySplitter
impl RefUnwindSafe for EmptySplitter
impl Send for EmptySplitter
impl Sync for EmptySplitter
impl Unpin for EmptySplitter
impl UnwindSafe for EmptySplitter
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