pub struct PathPredicateConfig {
pub pattern: String,
}
Expand description
Configuration for a path predicate.
Fields§
§pattern: String
The path pattern to match
Trait Implementations§
Source§impl Clone for PathPredicateConfig
impl Clone for PathPredicateConfig
Source§fn clone(&self) -> PathPredicateConfig
fn clone(&self) -> PathPredicateConfig
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 Debug for PathPredicateConfig
impl Debug for PathPredicateConfig
Source§impl<'de> Deserialize<'de> for PathPredicateConfig
impl<'de> Deserialize<'de> for PathPredicateConfig
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
Auto Trait Implementations§
impl Freeze for PathPredicateConfig
impl RefUnwindSafe for PathPredicateConfig
impl Send for PathPredicateConfig
impl Sync for PathPredicateConfig
impl Unpin for PathPredicateConfig
impl UnwindSafe for PathPredicateConfig
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