pub struct PlayResourcePackStatusSpec {
pub status: ResourcePackStatus,
}Fields§
§status: ResourcePackStatusTrait Implementations§
Source§impl Clone for PlayResourcePackStatusSpec
impl Clone for PlayResourcePackStatusSpec
Source§fn clone(&self) -> PlayResourcePackStatusSpec
fn clone(&self) -> PlayResourcePackStatusSpec
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 PlayResourcePackStatusSpec
impl Debug for PlayResourcePackStatusSpec
Source§impl Deserialize for PlayResourcePackStatusSpec
impl Deserialize for PlayResourcePackStatusSpec
fn mc_deserialize(_rest: &[u8]) -> DeserializeResult<'_, Self>
Source§impl From<PlayResourcePackStatusSpec> for ResourcePackStatus
impl From<PlayResourcePackStatusSpec> for ResourcePackStatus
Source§fn from(other: PlayResourcePackStatusSpec) -> Self
fn from(other: PlayResourcePackStatusSpec) -> Self
Converts to this type from the input type.
Source§impl From<ResourcePackStatus> for PlayResourcePackStatusSpec
impl From<ResourcePackStatus> for PlayResourcePackStatusSpec
Source§fn from(other: ResourcePackStatus) -> Self
fn from(other: ResourcePackStatus) -> Self
Converts to this type from the input type.
Source§impl Serialize for PlayResourcePackStatusSpec
impl Serialize for PlayResourcePackStatusSpec
fn mc_serialize<S: Serializer>(&self, to: &mut S) -> SerializeResult
impl StructuralPartialEq for PlayResourcePackStatusSpec
Auto Trait Implementations§
impl Freeze for PlayResourcePackStatusSpec
impl RefUnwindSafe for PlayResourcePackStatusSpec
impl Send for PlayResourcePackStatusSpec
impl Sync for PlayResourcePackStatusSpec
impl Unpin for PlayResourcePackStatusSpec
impl UnwindSafe for PlayResourcePackStatusSpec
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