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