Struct rustc_ap_rustc_serialize::json::AsJson [−][src]
pub struct AsJson<'a, T> { /* fields omitted */ }
Trait Implementations
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for AsJson<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T> Send for AsJson<'a, T> where
T: Sync,
T: Sync,
impl<'a, T> Sync for AsJson<'a, T> where
T: Sync,
T: Sync,
impl<'a, T> Unpin for AsJson<'a, T>
impl<'a, T> UnwindSafe for AsJson<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more