Struct rustc_serialize::json::Builder
source · [−]pub struct Builder<T> { /* private fields */ }
Expand description
A Builder consumes a json::Parser to create a generic Json structure.
Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Builder<T>
impl<T> Send for Builder<T> where
T: Send,
impl<T> Sync for Builder<T> where
T: Sync,
impl<T> Unpin for Builder<T> where
T: Unpin,
impl<T> !UnwindSafe for Builder<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more