pub struct Location(/* private fields */);Expand description
A cheap to clone JSON pointer that represents location with a JSON value.
Implementations§
Trait Implementations§
Source§impl<'a> From<&'a LazyLocation<'_, '_>> for Location
impl<'a> From<&'a LazyLocation<'_, '_>> for Location
Source§fn from(value: &'a LazyLocation<'_, '_>) -> Self
fn from(value: &'a LazyLocation<'_, '_>) -> Self
Converts to this type from the input type.
impl Eq for Location
impl StructuralPartialEq for Location
Auto Trait Implementations§
impl Freeze for Location
impl RefUnwindSafe for Location
impl Send for Location
impl Sync for Location
impl Unpin for Location
impl UnwindSafe for Location
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