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