Struct fast_protocol::datatypes::packets::ResoucePackResponse
source · pub struct ResoucePackResponse {
pub uuid: UUID,
pub result: Enum<ResourcePackResponseEnum, VarInt>,
}Expand description
Packet that answers, how it proceded after the AddResoucePack packet
Fields§
§uuid: UUIDid of the requested resource pack
result: Enum<ResourcePackResponseEnum, VarInt>result, how the request went
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResoucePackResponse
impl RefUnwindSafe for ResoucePackResponse
impl Send for ResoucePackResponse
impl Sync for ResoucePackResponse
impl Unpin for ResoucePackResponse
impl UnwindSafe for ResoucePackResponse
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