pub struct SymbolShorthand {
pub original: String,
pub shorthand: String,
}
Fields§
§original: String
§shorthand: String
Auto Trait Implementations§
impl Freeze for SymbolShorthand
impl RefUnwindSafe for SymbolShorthand
impl Send for SymbolShorthand
impl Sync for SymbolShorthand
impl Unpin for SymbolShorthand
impl UnwindSafe for SymbolShorthand
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