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