pub struct QueryArgProfileListSerializer;
Implementations§
Source§impl QueryArgProfileListSerializer
impl QueryArgProfileListSerializer
pub fn serialize<W>(
writer: &mut EventWriter<W>,
name: &str,
obj: &Vec<QueryArgProfile>,
) -> Result<(), Error>where
W: Write,
Auto Trait Implementations§
impl Freeze for QueryArgProfileListSerializer
impl RefUnwindSafe for QueryArgProfileListSerializer
impl Send for QueryArgProfileListSerializer
impl Sync for QueryArgProfileListSerializer
impl Unpin for QueryArgProfileListSerializer
impl UnwindSafe for QueryArgProfileListSerializer
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