Enum json_with_comments::value::index::StringIndexer
source · pub enum StringIndexer {}
Trait Implementations§
source§impl<'a, I, F> JsoncIndexer<&'a str, JsoncValue<I, F>> for StringIndexer
impl<'a, I, F> JsoncIndexer<&'a str, JsoncValue<I, F>> for StringIndexer
type Output = JsoncValue<I, F>
fn get<'b>( value: &'b JsoncValue<I, F>, index: &'a str ) -> Option<&'b Self::Output>
fn get_mut<'b>( value: &'b mut JsoncValue<I, F>, index: &'a str ) -> Option<&'b mut Self::Output>
fn index<'b>(value: &'b JsoncValue<I, F>, index: &'a str) -> &'b Self::Output
fn index_mut<'b>( value: &'b mut JsoncValue<I, F>, index: &'a str ) -> &'b mut Self::Output
Auto Trait Implementations§
impl RefUnwindSafe for StringIndexer
impl Send for StringIndexer
impl Sync for StringIndexer
impl Unpin for StringIndexer
impl UnwindSafe for StringIndexer
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