pub struct NodeMetadataList {
pub metadata: Vec<(BlockPos, NodeMetadata)>,
}
Fields§
§metadata: Vec<(BlockPos, NodeMetadata)>
Trait Implementations§
Source§impl Clone for NodeMetadataList
impl Clone for NodeMetadataList
Source§fn clone(&self) -> NodeMetadataList
fn clone(&self) -> NodeMetadataList
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 NodeMetadataList
impl Debug for NodeMetadataList
Source§impl Deserialize for NodeMetadataList
impl Deserialize for NodeMetadataList
Source§type Output = NodeMetadataList
type Output = NodeMetadataList
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl PartialEq for NodeMetadataList
impl PartialEq for NodeMetadataList
Source§impl Serialize for NodeMetadataList
impl Serialize for NodeMetadataList
type Input = NodeMetadataList
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for NodeMetadataList
Auto Trait Implementations§
impl Freeze for NodeMetadataList
impl RefUnwindSafe for NodeMetadataList
impl Send for NodeMetadataList
impl Sync for NodeMetadataList
impl Unpin for NodeMetadataList
impl UnwindSafe for NodeMetadataList
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