pub struct UnitStrings {
pub long: String,
pub short: String,
}
Expand description
A simple struct containing the long and short unit strings
Fields§
§long: String
§short: String
Implementations§
Auto Trait Implementations§
impl Freeze for UnitStrings
impl RefUnwindSafe for UnitStrings
impl Send for UnitStrings
impl Sync for UnitStrings
impl Unpin for UnitStrings
impl UnwindSafe for UnitStrings
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