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