pub struct Structure {
pub labels: LabelBank,
pub product_type: ProductType,
/* private fields */
}Expand description
A Structure is an identified ProductType.
Fields§
§labels: LabelBank§product_type: ProductTypeImplementations§
Trait Implementations§
Source§impl Identified for Structure
impl Identified for Structure
Auto Trait Implementations§
impl Freeze for Structure
impl !RefUnwindSafe for Structure
impl !Send for Structure
impl !Sync for Structure
impl Unpin for Structure
impl !UnwindSafe for Structure
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