pub struct OnGuiInventoryAction;Expand description
Called when a player interacts with a custom inventory GUI.
Implementations§
Trait Implementations§
Source§impl Clone for OnGuiInventoryAction
impl Clone for OnGuiInventoryAction
Source§fn clone(&self) -> OnGuiInventoryAction
fn clone(&self) -> OnGuiInventoryAction
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 moreimpl Copy for OnGuiInventoryAction
Source§impl Debug for OnGuiInventoryAction
impl Debug for OnGuiInventoryAction
impl Eq for OnGuiInventoryAction
Source§impl PartialEq for OnGuiInventoryAction
impl PartialEq for OnGuiInventoryAction
impl StructuralPartialEq for OnGuiInventoryAction
Auto Trait Implementations§
impl Freeze for OnGuiInventoryAction
impl RefUnwindSafe for OnGuiInventoryAction
impl Send for OnGuiInventoryAction
impl Sync for OnGuiInventoryAction
impl Unpin for OnGuiInventoryAction
impl UnsafeUnpin for OnGuiInventoryAction
impl UnwindSafe for OnGuiInventoryAction
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