Struct rill_protocol::io::provider::PathPattern [−][src]
pub struct PathPattern { pub path: Path, }
Fields
path: Path
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PathPattern
impl Send for PathPattern
impl Sync for PathPattern
impl Unpin for PathPattern
impl UnwindSafe for PathPattern
Blanket Implementations
Mutably borrows from an owned value. Read more