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