Struct bancho_packets::client::MatchChangePassword
source · pub struct MatchChangePassword<'a> {
pub password: CowStr<'a>,
}Expand description
#90: OSU_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 moresource§impl<'a> Debug for MatchChangePassword<'a>
impl<'a> Debug for MatchChangePassword<'a>
source§impl<'a> Default for MatchChangePassword<'a>
impl<'a> Default for MatchChangePassword<'a>
source§fn default() -> MatchChangePassword<'a>
fn default() -> MatchChangePassword<'a>
Returns the “default value” for a type. Read more