Struct serde::ser::impls::TupleVisitor3
[−]
[src]
pub struct TupleVisitor3<'a, T0: 'a, T1: 'a, T2: 'a> { // some fields omitted }
pub struct TupleVisitor3<'a, T0: 'a, T1: 'a, T2: 'a> { // some fields omitted }
impl<'a, T0: 'a, T1: 'a, T2: 'a> TupleVisitor3<'a, T0, T1, T2>
fn new(tuple: &'a (T0, T1, T2)) -> TupleVisitor3<'a, T0, T1, T2>
impl<'a, T0, T1, T2> SeqVisitor for TupleVisitor3<'a, T0, T1, T2> where T0: Serialize, T1: Serialize, T2: Serialize
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
)