pub struct JsonPointer;Expand description
JSON Pointer utilities (RFC6901)
Implementations§
Source§impl JsonPointer
impl JsonPointer
Sourcepub fn get_case_sensitive(
object: &CJson,
pointer: &str,
) -> CJsonResult<CJsonRef>
pub fn get_case_sensitive( object: &CJson, pointer: &str, ) -> CJsonResult<CJsonRef>
Sourcepub fn find_from_object_to(
object: &CJson,
target: &CJson,
) -> CJsonResult<String>
pub fn find_from_object_to( object: &CJson, target: &CJson, ) -> CJsonResult<String>
Auto Trait Implementations§
impl Freeze for JsonPointer
impl RefUnwindSafe for JsonPointer
impl Send for JsonPointer
impl Sync for JsonPointer
impl Unpin for JsonPointer
impl UnwindSafe for JsonPointer
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