pub struct EntityMetadata {
pub fields: Vec<EntityMetadataField>,
}
Fields§
§fields: Vec<EntityMetadataField>
Implementations§
Trait Implementations§
Source§impl Clone for EntityMetadata
impl Clone for EntityMetadata
Source§fn clone(&self) -> EntityMetadata
fn clone(&self) -> EntityMetadata
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 EntityMetadata
impl Debug for EntityMetadata
Source§impl Default for EntityMetadata
impl Default for EntityMetadata
Source§fn default() -> EntityMetadata
fn default() -> EntityMetadata
Returns the “default value” for a type. Read more
Source§impl Deserialize for EntityMetadata
impl Deserialize for EntityMetadata
fn mc_deserialize(data: &[u8]) -> DeserializeResult<'_, Self>
Source§impl<'a> IntoIterator for &'a EntityMetadata
impl<'a> IntoIterator for &'a EntityMetadata
Source§impl PartialEq for EntityMetadata
impl PartialEq for EntityMetadata
Source§impl Serialize for EntityMetadata
impl Serialize for EntityMetadata
fn mc_serialize<S: Serializer>(&self, to: &mut S) -> SerializeResult
impl StructuralPartialEq for EntityMetadata
Auto Trait Implementations§
impl Freeze for EntityMetadata
impl RefUnwindSafe for EntityMetadata
impl Send for EntityMetadata
impl Sync for EntityMetadata
impl Unpin for EntityMetadata
impl UnwindSafe for EntityMetadata
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