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