pub struct UrlPath {
pub value: String,
pub value_with_prefix: String,
pub op: Option<RuleOp>,
}Fields§
§value: String§value_with_prefix: String§op: Option<RuleOp>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UrlPath
impl<'de> Deserialize<'de> for UrlPath
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 UrlPath
impl RefUnwindSafe for UrlPath
impl Send for UrlPath
impl Sync for UrlPath
impl Unpin for UrlPath
impl UnsafeUnpin for UrlPath
impl UnwindSafe for UrlPath
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