pub struct ProductAppearance {
pub finish: Option<u8>,
pub primary_color: Option<u8>,
}Fields§
§finish: Option<u8>§primary_color: Option<u8>Trait Implementations§
Source§impl Debug for ProductAppearance
impl Debug for ProductAppearance
Auto Trait Implementations§
impl Freeze for ProductAppearance
impl RefUnwindSafe for ProductAppearance
impl Send for ProductAppearance
impl Sync for ProductAppearance
impl Unpin for ProductAppearance
impl UnwindSafe for ProductAppearance
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