pub struct StudentTParams { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for StudentTParams
impl Clone for StudentTParams
source§fn clone(&self) -> StudentTParams
fn clone(&self) -> StudentTParams
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 StudentTParams
impl Debug for StudentTParams
source§impl PartialEq<StudentTParams> for StudentTParams
impl PartialEq<StudentTParams> for StudentTParams
source§fn eq(&self, other: &StudentTParams) -> bool
fn eq(&self, other: &StudentTParams) -> bool
This method tests for
self and other values to be equal, and is used
by ==.