pub struct Splitter<T, S, P>(/* private fields */)
where
T: Clone,
S: Slot<T>;
Expand description
Splitter is connected spliiter type All conntects are stored in recursion of Spliiter instances
Trait Implementations§
Auto Trait Implementations§
impl<T, S, P> Freeze for Splitter<T, S, P>
impl<T, S, P> RefUnwindSafe for Splitter<T, S, P>
impl<T, S, P> Send for Splitter<T, S, P>
impl<T, S, P> Sync for Splitter<T, S, P>
impl<T, S, P> Unpin for Splitter<T, S, P>
impl<T, S, P> UnwindSafe for Splitter<T, S, P>
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