[][src]Struct zju_jw_parser::MajorSummaryTable

pub struct MajorSummaryTable {
    pub gpa: KVPattern,
    pub total_credit: KVPattern,
}

Fields

gpa: KVPatterntotal_credit: KVPattern

Trait Implementations

impl FromStr for MajorSummaryTable[src]

type Err = DeserializeError

The associated error which can be returned from parsing.

Auto Trait Implementations

Blanket Implementations

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

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

impl<T, U> TryInto 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> Any for T where
    T: 'static + ?Sized
[src]

impl<E, T> FromHtml for T where
    E: Fail,
    T: FromStr<Err = E>, 
[src]

fn from_selector_and_attr(
    selector_str: &str,
    attr: &str,
    elem_ref: ElementRef
) -> Result<Self, Error>
[src]

Examples Read more

fn from_selector_and_inner_text(
    selector_str: &str,
    elem_ref: ElementRef
) -> Result<Self, Error>
[src]

Examples Read more

fn from_selector_and_html(
    selector_str: &str,
    elem_ref: ElementRef
) -> Result<Self, Error>
[src]

Examples Read more

fn from_attr(attr: &str, elem_ref: ElementRef) -> Result<Self, Error>[src]

Examples Read more

fn from_inner_text(elem_ref: ElementRef) -> Result<Self, Error>[src]

Examples Read more