pub struct SerializeSeq<'a, 'w, W: Write> { /* private fields */ }
Trait Implementations§
Source§impl<'a, 'w, W: Write> SerializeSeq for SerializeSeq<'a, 'w, W>
impl<'a, 'w, W: Write> SerializeSeq for SerializeSeq<'a, 'w, W>
Source§impl<'a, 'w, W: Write> SerializeTuple for SerializeSeq<'a, 'w, W>
impl<'a, 'w, W: Write> SerializeTuple for SerializeSeq<'a, 'w, W>
Source§impl<'a, 'w, W: Write> SerializeTupleStruct for SerializeSeq<'a, 'w, W>
impl<'a, 'w, W: Write> SerializeTupleStruct for SerializeSeq<'a, 'w, W>
Auto Trait Implementations§
impl<'a, 'w, W> Freeze for SerializeSeq<'a, 'w, W>
impl<'a, 'w, W> RefUnwindSafe for SerializeSeq<'a, 'w, W>where
W: RefUnwindSafe,
impl<'a, 'w, W> Send for SerializeSeq<'a, 'w, W>where
W: Send,
impl<'a, 'w, W> Sync for SerializeSeq<'a, 'w, W>where
W: Sync,
impl<'a, 'w, W> Unpin for SerializeSeq<'a, 'w, W>
impl<'a, 'w, W> !UnwindSafe for SerializeSeq<'a, 'w, W>
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