pub struct ServersideResourcePackResponse {
pub uuid: Uuid,
pub state: ResourcePackState,
}Fields§
§uuid: Uuid§state: ResourcePackStateImplementations§
Trait Implementations§
Source§impl Clone for ServersideResourcePackResponse
impl Clone for ServersideResourcePackResponse
Source§fn clone(&self) -> ServersideResourcePackResponse
fn clone(&self) -> ServersideResourcePackResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl IntoPacket<ServersidePlayPacket> for ServersideResourcePackResponse
impl IntoPacket<ServersidePlayPacket> for ServersideResourcePackResponse
fn into_packet(self) -> ServersidePlayPacket
Source§impl PartialEq for ServersideResourcePackResponse
impl PartialEq for ServersideResourcePackResponse
Source§fn eq(&self, other: &ServersideResourcePackResponse) -> bool
fn eq(&self, other: &ServersideResourcePackResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServersideResourcePackResponse
Auto Trait Implementations§
impl Freeze for ServersideResourcePackResponse
impl RefUnwindSafe for ServersideResourcePackResponse
impl Send for ServersideResourcePackResponse
impl Sync for ServersideResourcePackResponse
impl Unpin for ServersideResourcePackResponse
impl UnsafeUnpin for ServersideResourcePackResponse
impl UnwindSafe for ServersideResourcePackResponse
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