pub struct Regex(/* private fields */);Expand description
A regular expression that can be used to limit the applicability of Delegations
See https://www.rfc-editor.org/rfc/rfc9580.html#section-5.2.3.22 for the regex syntax that applies and what it applies to.
Implementations§
Trait Implementations§
impl Eq for Regex
impl StructuralPartialEq for Regex
Auto Trait Implementations§
impl Freeze for Regex
impl RefUnwindSafe for Regex
impl Send for Regex
impl Sync for Regex
impl Unpin for Regex
impl UnwindSafe for Regex
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