pub struct MatchJoinFail {}Expand description
#37: BANCHO_MATCH_JOIN_FAIL
Implementations§
Trait Implementations§
Source§impl BanchoPacket for MatchJoinFail
impl BanchoPacket for MatchJoinFail
Source§impl BanchoPacketLength for MatchJoinFail
impl BanchoPacketLength for MatchJoinFail
Source§impl Clone for MatchJoinFail
impl Clone for MatchJoinFail
Source§fn clone(&self) -> MatchJoinFail
fn clone(&self) -> MatchJoinFail
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 MatchJoinFail
impl Debug for MatchJoinFail
Source§impl Default for MatchJoinFail
impl Default for MatchJoinFail
Source§fn default() -> MatchJoinFail
fn default() -> MatchJoinFail
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MatchJoinFail
impl RefUnwindSafe for MatchJoinFail
impl Send for MatchJoinFail
impl Sync for MatchJoinFail
impl Unpin for MatchJoinFail
impl UnsafeUnpin for MatchJoinFail
impl UnwindSafe for MatchJoinFail
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