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