pub struct InvalidJsonPointer<T = String>(pub T);Tuple Fields§
§0: TTrait Implementations§
Source§impl<T> Clone for InvalidJsonPointer<T>where
T: Clone,
impl<T> Clone for InvalidJsonPointer<T>where
T: Clone,
Source§fn clone(&self) -> InvalidJsonPointer<T>
fn clone(&self) -> InvalidJsonPointer<T>
Returns a duplicate 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 moreSource§impl<T> Debug for InvalidJsonPointer<T>where
T: Debug,
impl<T> Debug for InvalidJsonPointer<T>where
T: Debug,
Source§impl<T> Display for InvalidJsonPointer<T>where
T: Display,
impl<T> Display for InvalidJsonPointer<T>where
T: Display,
Source§impl<T> Error for InvalidJsonPointer<T>
impl<T> Error for InvalidJsonPointer<T>
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
impl<T> Copy for InvalidJsonPointer<T>where
T: Copy,
Auto Trait Implementations§
impl<T> Freeze for InvalidJsonPointer<T>where
T: Freeze,
impl<T> RefUnwindSafe for InvalidJsonPointer<T>where
T: RefUnwindSafe,
impl<T> Send for InvalidJsonPointer<T>where
T: Send,
impl<T> Sync for InvalidJsonPointer<T>where
T: Sync,
impl<T> Unpin for InvalidJsonPointer<T>where
T: Unpin,
impl<T> UnwindSafe for InvalidJsonPointer<T>where
T: UnwindSafe,
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
Source§impl<T> BorrowUnordered for T
impl<T> BorrowUnordered for T
fn as_unordered(&self) -> &Unordered<T>
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, U, C> IntoWithContext<U, C> for Twhere
U: FromWithContext<T, C>,
impl<T, U, C> IntoWithContext<U, C> for Twhere
U: FromWithContext<T, C>,
Source§impl<T> ResourceProvider<()> for T
impl<T> ResourceProvider<()> for T
Source§fn get_resource(&self) -> &()
fn get_resource(&self) -> &()
Returns a reference to the resource of type
T.