pub enum EntityMethod {
UpdateArena {
field_number: u64,
arguments: UpdateArena,
},
Unknown {
sub_type: u32,
},
}Variants§
Implementations§
Trait Implementations§
Source§impl Debug for EntityMethod
impl Debug for EntityMethod
Auto Trait Implementations§
impl Freeze for EntityMethod
impl RefUnwindSafe for EntityMethod
impl Send for EntityMethod
impl Sync for EntityMethod
impl Unpin for EntityMethod
impl UnwindSafe for EntityMethod
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