pub struct ValueExtender<'a, 'b, T> { /* private fields */ }
Implementations§
Source§impl ValueExtender<'_, '_, AlwaysObject>
impl ValueExtender<'_, '_, AlwaysObject>
pub fn extend(&mut self, value: &dyn ToJson<Kind = AlwaysObject>)
Source§impl ValueExtender<'_, '_, AlwaysArray>
impl ValueExtender<'_, '_, AlwaysArray>
pub fn extend(&mut self, value: &dyn ToJson<Kind = AlwaysArray>)
Source§impl ValueExtender<'_, '_, AlwaysString>
impl ValueExtender<'_, '_, AlwaysString>
pub fn extend(&mut self, value: &dyn ToJson<Kind = AlwaysString>)
Auto Trait Implementations§
impl<'a, 'b, T> Freeze for ValueExtender<'a, 'b, T>
impl<'a, 'b, T> !RefUnwindSafe for ValueExtender<'a, 'b, T>
impl<'a, 'b, T> Send for ValueExtender<'a, 'b, T>where
T: Send,
impl<'a, 'b, T> Sync for ValueExtender<'a, 'b, T>where
T: Sync,
impl<'a, 'b, T> Unpin for ValueExtender<'a, 'b, T>where
T: Unpin,
impl<'a, 'b, T> !UnwindSafe for ValueExtender<'a, 'b, T>
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