pub struct ParsedKey {
pub key: String,
pub from: Position,
pub to: Position,
}
Fields§
§key: String
§from: Position
§to: Position
Trait Implementations§
Source§impl From<ParsedQuote> for ParsedKey
impl From<ParsedQuote> for ParsedKey
Source§fn from(quote: ParsedQuote) -> Self
fn from(quote: ParsedQuote) -> Self
Converts to this type from the input type.
Source§impl From<ParsedSymbol> for ParsedKey
impl From<ParsedSymbol> for ParsedKey
Source§fn from(glyphs: ParsedSymbol) -> Self
fn from(glyphs: ParsedSymbol) -> Self
Converts to this type from the input type.
impl Eq for ParsedKey
impl StructuralPartialEq for ParsedKey
Auto Trait Implementations§
impl Freeze for ParsedKey
impl RefUnwindSafe for ParsedKey
impl Send for ParsedKey
impl Sync for ParsedKey
impl Unpin for ParsedKey
impl UnwindSafe for ParsedKey
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