Struct json_with_comments::value::ser::seq::ValueSeqSerializer
source · pub struct ValueSeqSerializer<I, F> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<I, F> SerializeSeq for ValueSeqSerializer<I, F>where
I: FromPrimitive,
F: FromPrimitive,
impl<I, F> SerializeSeq for ValueSeqSerializer<I, F>where
I: FromPrimitive,
F: FromPrimitive,
§type Ok = JsoncValue<I, F>
type Ok = JsoncValue<I, F>
Must match the
Ok
type of our Serializer
.§type Error = JsonWithCommentsError
type Error = JsonWithCommentsError
Must match the
Error
type of our Serializer
.source§impl<I, F> SerializeTuple for ValueSeqSerializer<I, F>where
I: FromPrimitive,
F: FromPrimitive,
impl<I, F> SerializeTuple for ValueSeqSerializer<I, F>where
I: FromPrimitive,
F: FromPrimitive,
§type Ok = <ValueSeqSerializer<I, F> as SerializeSeq>::Ok
type Ok = <ValueSeqSerializer<I, F> as SerializeSeq>::Ok
Must match the
Ok
type of our Serializer
.§type Error = <ValueSeqSerializer<I, F> as SerializeSeq>::Error
type Error = <ValueSeqSerializer<I, F> as SerializeSeq>::Error
Must match the
Error
type of our Serializer
.source§impl<I, F> SerializeTupleStruct for ValueSeqSerializer<I, F>where
I: FromPrimitive,
F: FromPrimitive,
impl<I, F> SerializeTupleStruct for ValueSeqSerializer<I, F>where
I: FromPrimitive,
F: FromPrimitive,
§type Ok = <ValueSeqSerializer<I, F> as SerializeSeq>::Ok
type Ok = <ValueSeqSerializer<I, F> as SerializeSeq>::Ok
Must match the
Ok
type of our Serializer
.§type Error = <ValueSeqSerializer<I, F> as SerializeSeq>::Error
type Error = <ValueSeqSerializer<I, F> as SerializeSeq>::Error
Must match the
Error
type of our Serializer
.Auto Trait Implementations§
impl<I, F> RefUnwindSafe for ValueSeqSerializer<I, F>where
F: RefUnwindSafe,
I: RefUnwindSafe,
impl<I, F> Send for ValueSeqSerializer<I, F>
impl<I, F> Sync for ValueSeqSerializer<I, F>
impl<I, F> Unpin for ValueSeqSerializer<I, F>
impl<I, F> UnwindSafe for ValueSeqSerializer<I, F>where
F: UnwindSafe,
I: UnwindSafe,
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