pub struct ContainerCloseEvent {
pub player_name: String,
pub player_uuid: String,
}Expand description
Fired when a player closes a container screen (Post only).
Fields§
§player_name: String§player_uuid: StringTrait Implementations§
Source§impl Clone for ContainerCloseEvent
impl Clone for ContainerCloseEvent
Source§fn clone(&self) -> ContainerCloseEvent
fn clone(&self) -> ContainerCloseEvent
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 moreAuto Trait Implementations§
impl Freeze for ContainerCloseEvent
impl RefUnwindSafe for ContainerCloseEvent
impl Send for ContainerCloseEvent
impl Sync for ContainerCloseEvent
impl Unpin for ContainerCloseEvent
impl UnsafeUnpin for ContainerCloseEvent
impl UnwindSafe for ContainerCloseEvent
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