[][src]Struct six::Quarter1

pub struct Quarter1 {
    pub Name: String,
    pub Roll_Number: i32,
    pub Test1Marks: i32,
    pub Test2Marks: i32,
    pub Test3Marks: i32,
}

Fields

Name: StringRoll_Number: i32Test1Marks: i32Test2Marks: i32Test3Marks: i32

Methods

impl Quarter1[src]

pub fn average(&self) -> i32[src]

pub fn maximum_Marks(&self) -> i32[src]

pub fn name_marks(a: Quarter1)[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]