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