pub struct SerdeWrapper;Expand description
Placeholder wrapper for future serde integration
Implementations§
Source§impl SerdeWrapper
impl SerdeWrapper
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SerdeWrapper
impl RefUnwindSafe for SerdeWrapper
impl Send for SerdeWrapper
impl Sync for SerdeWrapper
impl Unpin for SerdeWrapper
impl UnwindSafe for SerdeWrapper
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