Struct puffin::algebra::AnyMatcher
source · pub struct AnyMatcher;
Trait Implementations§
source§impl Clone for AnyMatcher
impl Clone for AnyMatcher
source§fn clone(&self) -> AnyMatcher
fn clone(&self) -> AnyMatcher
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 moresource§impl Debug for AnyMatcher
impl Debug for AnyMatcher
source§impl<'de> Deserialize<'de> for AnyMatcher
impl<'de> Deserialize<'de> for AnyMatcher
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for AnyMatcher
impl Hash for AnyMatcher
source§impl Matcher for AnyMatcher
impl Matcher for AnyMatcher
source§impl PartialEq for AnyMatcher
impl PartialEq for AnyMatcher
source§impl Serialize for AnyMatcher
impl Serialize for AnyMatcher
impl StructuralPartialEq for AnyMatcher
Auto Trait Implementations§
impl Freeze for AnyMatcher
impl RefUnwindSafe for AnyMatcher
impl Send for AnyMatcher
impl Sync for AnyMatcher
impl Unpin for AnyMatcher
impl UnwindSafe for AnyMatcher
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
§impl<T> CloneAny for T
impl<T> CloneAny for T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Tail, T> Prepend<T> for Tail
impl<Tail, T> Prepend<T> for Tail
§type PreprendResult = Tail
type PreprendResult = Tail
The Resulting [
TupleList
], of an [Prepend::prepend()
] call,
including the prepended entry.