pub struct ItemAttribute {
pub name: String,
pub value: String,
}Expand description
BG-32 item attribute: BT-160 name + BT-161 value (AdditionalItemProperty).
Fields§
§name: String§value: StringTrait Implementations§
Source§impl Clone for ItemAttribute
impl Clone for ItemAttribute
Source§fn clone(&self) -> ItemAttribute
fn clone(&self) -> ItemAttribute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ItemAttribute
impl Debug for ItemAttribute
impl Eq for ItemAttribute
Source§impl PartialEq for ItemAttribute
impl PartialEq for ItemAttribute
impl StructuralPartialEq for ItemAttribute
Auto Trait Implementations§
impl Freeze for ItemAttribute
impl RefUnwindSafe for ItemAttribute
impl Send for ItemAttribute
impl Sync for ItemAttribute
impl Unpin for ItemAttribute
impl UnsafeUnpin for ItemAttribute
impl UnwindSafe for ItemAttribute
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