pub struct Map<'a, E: Endianness, W: Write> { /* private fields */ }
Available on crate feature
nbt
only.Trait Implementations§
Source§impl<E: Endianness, W: Write> SerializeMap for Map<'_, E, W>
impl<E: Endianness, W: Write> SerializeMap for Map<'_, E, W>
Source§fn serialize_key<T: Serialize + ?Sized>(&mut self, _key: &T) -> Result<()>
fn serialize_key<T: Serialize + ?Sized>(&mut self, _key: &T) -> Result<()>
Serialize a map key. Read more
Source§fn serialize_value<T: Serialize + ?Sized>(&mut self, _key: &T) -> Result<()>
fn serialize_value<T: Serialize + ?Sized>(&mut self, _key: &T) -> Result<()>
Serialize a map value. Read more
Auto Trait Implementations§
impl<'a, E, W> Freeze for Map<'a, E, W>
impl<'a, E, W> RefUnwindSafe for Map<'a, E, W>where
W: RefUnwindSafe,
E: RefUnwindSafe,
impl<'a, E, W> Send for Map<'a, E, W>
impl<'a, E, W> Sync for Map<'a, E, W>
impl<'a, E, W> Unpin for Map<'a, E, W>
impl<'a, E, W> !UnwindSafe for Map<'a, E, W>
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