pub struct EntityMetadataField {
pub index: u8,
pub data: EntityMetadataFieldData,
}
Fields§
§index: u8
§data: EntityMetadataFieldData
Trait Implementations§
Source§impl Clone for EntityMetadataField
impl Clone for EntityMetadataField
Source§fn clone(&self) -> EntityMetadataField
fn clone(&self) -> EntityMetadataField
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 moreSource§impl Debug for EntityMetadataField
impl Debug for EntityMetadataField
Source§impl PartialEq for EntityMetadataField
impl PartialEq for EntityMetadataField
impl StructuralPartialEq for EntityMetadataField
Auto Trait Implementations§
impl Freeze for EntityMetadataField
impl RefUnwindSafe for EntityMetadataField
impl Send for EntityMetadataField
impl Sync for EntityMetadataField
impl Unpin for EntityMetadataField
impl UnwindSafe for EntityMetadataField
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