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