Struct zxcvbn::matching::MatchBuilder
source · pub struct MatchBuilder { /* private fields */ }
Expand description
Builder for Match
.
Implementations§
Trait Implementations§
source§impl Clone for MatchBuilder
impl Clone for MatchBuilder
source§fn clone(&self) -> MatchBuilder
fn clone(&self) -> MatchBuilder
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