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 duplicate 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 Default for MatchUpdate
impl Default for MatchUpdate
Source§fn default() -> MatchUpdate
fn default() -> MatchUpdate
Returns the “default value” for a type. Read more
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
Auto Trait Implementations§
impl Freeze for MatchUpdate
impl RefUnwindSafe for MatchUpdate
impl Send for MatchUpdate
impl Sync for MatchUpdate
impl Unpin for MatchUpdate
impl UnwindSafe for MatchUpdate
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