Struct json_path::tokenizer::RootPathToken
source · pub struct RootPathToken {
pub root_path_char: char,
}Fields§
§root_path_char: charTrait Implementations§
source§impl Debug for RootPathToken
impl Debug for RootPathToken
source§impl PartialEq<RootPathToken> for RootPathToken
impl PartialEq<RootPathToken> for RootPathToken
source§fn eq(&self, other: &RootPathToken) -> bool
fn eq(&self, other: &RootPathToken) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RootPathToken
Auto Trait Implementations§
impl RefUnwindSafe for RootPathToken
impl Send for RootPathToken
impl Sync for RootPathToken
impl Unpin for RootPathToken
impl UnwindSafe for RootPathToken
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