pub struct PlaySpectateSpec {
pub target: UUID4,
}
Fields§
§target: UUID4
Trait Implementations§
Source§impl Clone for PlaySpectateSpec
impl Clone for PlaySpectateSpec
Source§fn clone(&self) -> PlaySpectateSpec
fn clone(&self) -> PlaySpectateSpec
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 PlaySpectateSpec
impl Debug for PlaySpectateSpec
Source§impl Deserialize for PlaySpectateSpec
impl Deserialize for PlaySpectateSpec
fn mc_deserialize(_rest: &[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<UUID4> for PlaySpectateSpec
impl From<UUID4> for PlaySpectateSpec
Source§impl PartialEq for PlaySpectateSpec
impl PartialEq for PlaySpectateSpec
Source§impl Serialize for PlaySpectateSpec
impl Serialize for PlaySpectateSpec
fn mc_serialize<S: Serializer>(&self, to: &mut S) -> SerializeResult
impl StructuralPartialEq for PlaySpectateSpec
Auto Trait Implementations§
impl Freeze for PlaySpectateSpec
impl RefUnwindSafe for PlaySpectateSpec
impl Send for PlaySpectateSpec
impl Sync for PlaySpectateSpec
impl Unpin for PlaySpectateSpec
impl UnwindSafe for PlaySpectateSpec
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