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