pub struct LocationMap(/* private fields */);
Expand description
The location information of the json pointer
Implementations§
Source§impl LocationMap
impl LocationMap
Trait Implementations§
Source§impl Clone for LocationMap
impl Clone for LocationMap
Source§fn clone(&self) -> LocationMap
fn clone(&self) -> LocationMap
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for LocationMap
impl RefUnwindSafe for LocationMap
impl Send for LocationMap
impl Sync for LocationMap
impl Unpin for LocationMap
impl UnwindSafe for LocationMap
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