pub struct Regex(/* private fields */);Expand description
A regular expression that limits delegation of trust decisions.
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.
TODO: Check whether the regex crate supports the same feature set as Henry Spencer’s packages.
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