pub struct Builder<B>where
B: RwBuilder,{ /* private fields */ }Available on crate feature
serde_json only.Expand description
Type returned by the serde_json function on the RwBuilderExt trait.
It acts as a sink/source for serde operations using JSON format.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<B> Freeze for Builder<B>where
B: Freeze,
impl<B> RefUnwindSafe for Builder<B>where
B: RefUnwindSafe,
impl<B> Send for Builder<B>where
B: Send,
impl<B> Sync for Builder<B>where
B: Sync,
impl<B> Unpin for Builder<B>where
B: Unpin,
impl<B> UnsafeUnpin for Builder<B>where
B: UnsafeUnpin,
impl<B> UnwindSafe for Builder<B>where
B: UnwindSafe,
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