pub struct DynStateFilter<State, Input, ValidOutput>(/* private fields */);Implementations§
Source§impl<State, Input, ValidOutput> DynStateFilter<State, Input, ValidOutput>
impl<State, Input, ValidOutput> DynStateFilter<State, Input, ValidOutput>
Source§impl<State, Input> DynStateFilter<State, Input, Box<dyn Any>>
impl<State, Input> DynStateFilter<State, Input, Box<dyn Any>>
pub fn new_with_any_output<T: StateFilter<State, Input>>() -> Selfwhere
T::ValidOutput: 'static,
T::Error: 'static,
Trait Implementations§
Auto Trait Implementations§
impl<State, Input, ValidOutput> Freeze for DynStateFilter<State, Input, ValidOutput>
impl<State, Input, ValidOutput> RefUnwindSafe for DynStateFilter<State, Input, ValidOutput>
impl<State, Input, ValidOutput> Send for DynStateFilter<State, Input, ValidOutput>
impl<State, Input, ValidOutput> Sync for DynStateFilter<State, Input, ValidOutput>
impl<State, Input, ValidOutput> Unpin for DynStateFilter<State, Input, ValidOutput>
impl<State, Input, ValidOutput> UnwindSafe for DynStateFilter<State, Input, ValidOutput>
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