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