pub struct RosettaEntry {
pub symbol: &'static str,
pub patterns: &'static [&'static str],
pub category: &'static str,
}Expand description
Rosetta Stone mapping entry
Fields§
§symbol: &'static str§patterns: &'static [&'static str]§category: &'static strTrait Implementations§
Source§impl Clone for RosettaEntry
impl Clone for RosettaEntry
Source§fn clone(&self) -> RosettaEntry
fn clone(&self) -> RosettaEntry
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 moreAuto Trait Implementations§
impl Freeze for RosettaEntry
impl RefUnwindSafe for RosettaEntry
impl Send for RosettaEntry
impl Sync for RosettaEntry
impl Unpin for RosettaEntry
impl UnwindSafe for RosettaEntry
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