Struct cfrp::primitives::input::AckInput
[−]
[src]
pub struct AckInput<A> where A: Send + Clone {
// some fields omitted
}
pub struct AckInput<A> where A: Send + Clone {
// some fields omitted
}
impl<A> AckInput<A> where A: Send + Clone
fn new(v: A, tx: SyncSender<Event<A>>) -> Self
impl<A> RunInput for AckInput<A> where A: 'static + Send + Clone
impl<A> NoOp for AckInput<A> where A: Send + Clone
fn send_no_change(&mut self) -> bool
fn send_exit(&self)
impl<A: Clone> Clone for AckInput<A> where A: Send + Clone
fn clone(&self) -> AckInput<A>
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)