pub struct InventoryFormatSerializer;Implementations§
Auto Trait Implementations§
impl Freeze for InventoryFormatSerializer
impl RefUnwindSafe for InventoryFormatSerializer
impl Send for InventoryFormatSerializer
impl Sync for InventoryFormatSerializer
impl Unpin for InventoryFormatSerializer
impl UnwindSafe for InventoryFormatSerializer
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