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