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