pub struct CompiledRosettaEntry {
pub symbol: &'static str,
pub regexes: Vec<Regex>,
}Expand description
Pre-compiled Rosetta entry
Fields§
§symbol: &'static str§regexes: Vec<Regex>Auto Trait Implementations§
impl Freeze for CompiledRosettaEntry
impl RefUnwindSafe for CompiledRosettaEntry
impl Send for CompiledRosettaEntry
impl Sync for CompiledRosettaEntry
impl Unpin for CompiledRosettaEntry
impl UnwindSafe for CompiledRosettaEntry
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