pub struct ClientsideCloseContainer {
pub container_id: i32,
}Fields§
§container_id: i32Implementations§
Trait Implementations§
Source§impl Clone for ClientsideCloseContainer
impl Clone for ClientsideCloseContainer
Source§fn clone(&self) -> ClientsideCloseContainer
fn clone(&self) -> ClientsideCloseContainer
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 moreSource§impl Debug for ClientsideCloseContainer
impl Debug for ClientsideCloseContainer
Source§impl IntoPacket<ClientsidePlayPacket> for ClientsideCloseContainer
impl IntoPacket<ClientsidePlayPacket> for ClientsideCloseContainer
fn into_packet(self) -> ClientsidePlayPacket
Source§impl PartialEq for ClientsideCloseContainer
impl PartialEq for ClientsideCloseContainer
Source§fn eq(&self, other: &ClientsideCloseContainer) -> bool
fn eq(&self, other: &ClientsideCloseContainer) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientsideCloseContainer
Auto Trait Implementations§
impl Freeze for ClientsideCloseContainer
impl RefUnwindSafe for ClientsideCloseContainer
impl Send for ClientsideCloseContainer
impl Sync for ClientsideCloseContainer
impl Unpin for ClientsideCloseContainer
impl UnsafeUnpin for ClientsideCloseContainer
impl UnwindSafe for ClientsideCloseContainer
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