[−][src]Struct streamson_lib::matcher::simple::Simple
Based on orignal path format {"People"}[0]{"Height"}
It matches {"People"}[0]{"Height"} - height of the first person It matches {"People"}[]{"Height"} - matches the height of all people It matches {"People"}[0]{} - matches all attributes of the first person
Implementations
impl Simple[src]
Trait Implementations
impl Clone for Simple[src]
impl Debug for Simple[src]
impl Default for Simple[src]
impl FromStr for Simple[src]
type Err = Matcher
The associated error which can be returned from parsing.
fn from_str(path: &str) -> Result<Self, Self::Err>[src]
impl MatchMaker for Simple[src]
fn match_path(&self, path: &Path) -> bool[src]
Auto Trait Implementations
impl RefUnwindSafe for Simple
impl Send for Simple
impl Sync for Simple
impl Unpin for Simple
impl UnwindSafe for Simple
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,