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