pub struct UUID4 { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UUID4
impl<'de> Deserialize<'de> for UUID4
Source§fn deserialize<D>(
deserializer: D,
) -> Result<Self, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<Self, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Deserialize for UUID4
impl Deserialize for UUID4
fn mc_deserialize(data: &[u8]) -> DeserializeResult<'_, Self>
Source§impl From<PlaySpectateSpec> for UUID4
impl From<PlaySpectateSpec> for UUID4
Source§fn from(other: PlaySpectateSpec) -> Self
fn from(other: PlaySpectateSpec) -> Self
Converts to this type from the input type.
Source§impl From<PlaySpectateSpec> for UUID4
impl From<PlaySpectateSpec> for UUID4
Source§fn from(other: PlaySpectateSpec) -> Self
fn from(other: PlaySpectateSpec) -> Self
Converts to this type from the input type.
Source§impl From<UUID4> for PlaySpectateSpec
impl From<UUID4> for PlaySpectateSpec
Source§impl From<UUID4> for PlaySpectateSpec
impl From<UUID4> for PlaySpectateSpec
Source§impl Serialize for UUID4
impl Serialize for UUID4
fn mc_serialize<S: Serializer>(&self, to: &mut S) -> SerializeResult
Source§impl Serialize for UUID4
impl Serialize for UUID4
Source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for UUID4
impl Eq for UUID4
impl StructuralPartialEq for UUID4
Auto Trait Implementations§
impl Freeze for UUID4
impl RefUnwindSafe for UUID4
impl Send for UUID4
impl Sync for UUID4
impl Unpin for UUID4
impl UnwindSafe for UUID4
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