Struct bancho_packets::MatchUpdate
source · pub struct MatchUpdate {
pub data: MatchData,
pub send_password: bool,
}Fields§
§data: MatchData§send_password: boolTrait Implementations§
source§impl BanchoPacketLength for MatchUpdate
impl BanchoPacketLength for MatchUpdate
source§impl BanchoPacketWrite for MatchUpdate
impl BanchoPacketWrite for MatchUpdate
source§impl Clone for MatchUpdate
impl Clone for MatchUpdate
source§fn clone(&self) -> MatchUpdate
fn clone(&self) -> MatchUpdate
Returns a copy of the value. Read more
1.0.0 · 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 MatchUpdate
impl Debug for MatchUpdate
source§impl Deref for MatchUpdate
impl Deref for MatchUpdate
source§impl DerefMut for MatchUpdate
impl DerefMut for MatchUpdate
source§impl<'de> Deserialize<'de> for MatchUpdate
impl<'de> Deserialize<'de> for MatchUpdate
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more