Struct bancho_packets::server::MatchChangePassword
source · pub struct MatchChangePassword<'a> {
pub password: CowStr<'a>,
}Expand description
#91: BANCHO_MATCH_CHANGE_PASSWORD
Fields§
§password: CowStr<'a>Implementations§
Trait Implementations§
source§impl<'a> BanchoPacket for MatchChangePassword<'a>
impl<'a> BanchoPacket for MatchChangePassword<'a>
source§impl<'a> BanchoPacketLength for MatchChangePassword<'a>
impl<'a> BanchoPacketLength for MatchChangePassword<'a>
source§impl<'a> Clone for MatchChangePassword<'a>
impl<'a> Clone for MatchChangePassword<'a>
source§fn clone(&self) -> MatchChangePassword<'a>
fn clone(&self) -> MatchChangePassword<'a>
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 more