Lines Matching refs:Impossible
7 use serde::ser::{self, Impossible, Serialize};
890 type SerializeSeq = Impossible<(), Error>;
891 type SerializeTuple = Impossible<(), Error>;
892 type SerializeTupleStruct = Impossible<(), Error>;
893 type SerializeTupleVariant = Impossible<(), Error>;
894 type SerializeMap = Impossible<(), Error>;
895 type SerializeStruct = Impossible<(), Error>;
896 type SerializeStructVariant = Impossible<(), Error>;
1204 type SerializeSeq = Impossible<(), Error>;
1205 type SerializeTuple = Impossible<(), Error>;
1206 type SerializeTupleStruct = Impossible<(), Error>;
1207 type SerializeTupleVariant = Impossible<(), Error>;
1208 type SerializeMap = Impossible<(), Error>;
1209 type SerializeStruct = Impossible<(), Error>;
1210 type SerializeStructVariant = Impossible<(), Error>;
1385 type SerializeSeq = Impossible<(), Error>;
1386 type SerializeTuple = Impossible<(), Error>;
1387 type SerializeTupleStruct = Impossible<(), Error>;
1388 type SerializeTupleVariant = Impossible<(), Error>;
1389 type SerializeMap = Impossible<(), Error>;
1390 type SerializeStruct = Impossible<(), Error>;
1391 type SerializeStructVariant = Impossible<(), Error>;