Struct fast_protocol::datatypes::packets::RemoveResoucePack
source · pub struct RemoveResoucePack {
pub has_uuid: bool,
pub uuid: Option<UUID>,
}Expand description
Packet to request remove one or all resourcepacks
Fields§
§has_uuid: boolboolean to set to true if a specific resource pack with a specific uuid should be removed or false if every resource pack should be removed
uuid: Option<UUID>optional uuid of the resource pack that should get removed
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RemoveResoucePack
impl RefUnwindSafe for RemoveResoucePack
impl Send for RemoveResoucePack
impl Sync for RemoveResoucePack
impl Unpin for RemoveResoucePack
impl UnwindSafe for RemoveResoucePack
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