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