pub struct UrlPatternOptions {
pub ignore_case: bool,
}
Expand description
Options to create a URL pattern.
Fields§
§ignore_case: bool
Trait Implementations§
Source§impl Clone for UrlPatternOptions
impl Clone for UrlPatternOptions
Source§fn clone(&self) -> UrlPatternOptions
fn clone(&self) -> UrlPatternOptions
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 UrlPatternOptions
impl Debug for UrlPatternOptions
Source§impl Default for UrlPatternOptions
impl Default for UrlPatternOptions
Source§fn default() -> UrlPatternOptions
fn default() -> UrlPatternOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UrlPatternOptions
impl<'de> Deserialize<'de> for UrlPatternOptions
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 PartialEq for UrlPatternOptions
impl PartialEq for UrlPatternOptions
Source§impl Serialize for UrlPatternOptions
impl Serialize for UrlPatternOptions
impl Eq for UrlPatternOptions
impl StructuralPartialEq for UrlPatternOptions
Auto Trait Implementations§
impl Freeze for UrlPatternOptions
impl RefUnwindSafe for UrlPatternOptions
impl Send for UrlPatternOptions
impl Sync for UrlPatternOptions
impl Unpin for UrlPatternOptions
impl UnwindSafe for UrlPatternOptions
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