pub struct AttributeTypes {
pub types: Vec<String>,
pub categories: Vec<String>,
pub category_type_mappings: HashMap<String, Vec<String>>,
}Fields§
§types: Vec<String>§categories: Vec<String>§category_type_mappings: HashMap<String, Vec<String>>Trait Implementations§
Source§impl Clone for AttributeTypes
impl Clone for AttributeTypes
Source§fn clone(&self) -> AttributeTypes
fn clone(&self) -> AttributeTypes
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AttributeTypes
impl RefUnwindSafe for AttributeTypes
impl Send for AttributeTypes
impl Sync for AttributeTypes
impl Unpin for AttributeTypes
impl UnwindSafe for AttributeTypes
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