Struct regex_automata::meta::regex::RegexInfoI
source · struct RegexInfoI {
config: Config,
props: Vec<Properties>,
props_union: Properties,
}
Fields§
§config: Config
§props: Vec<Properties>
§props_union: Properties
Trait Implementations§
source§impl Clone for RegexInfoI
impl Clone for RegexInfoI
source§fn clone(&self) -> RegexInfoI
fn clone(&self) -> RegexInfoI
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for RegexInfoI
impl RefUnwindSafe for RegexInfoI
impl Send for RegexInfoI
impl Sync for RegexInfoI
impl Unpin for RegexInfoI
impl UnwindSafe for RegexInfoI
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