pub struct UnitMix {
pub unit: Category,
pub a: String,
pub b: String,
pub to: String,
}Fields§
§unit: Category§a: String§b: String§to: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for UnitMix
impl RefUnwindSafe for UnitMix
impl Send for UnitMix
impl Sync for UnitMix
impl Unpin for UnitMix
impl UnsafeUnpin for UnitMix
impl UnwindSafe for UnitMix
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