pub struct University {Show 26 fields
pub university_name: String,
pub university_id: String,
pub university_parent_id: Option<String>,
pub university_short_name: String,
pub university_name_en: String,
pub is_from_crimea: String,
pub registration_year: String,
pub university_type_name: String,
pub university_financing_type_name: String,
pub university_governance_type_name: String,
pub post_index_u: String,
pub katottgcodeu: String,
pub katottg_name_u: String,
pub region_name_u: String,
pub university_address_u: String,
pub university_phone: String,
pub university_email: String,
pub university_site: String,
pub university_director_post: String,
pub university_director_fio: String,
pub close_date: Option<String>,
pub branches: Vec<UniversityBranch>,
pub facultets: Vec<String>,
pub speciality_licenses: Vec<SpecialityLicense>,
pub profession_licenses: Vec<ProfessionLicense>,
pub educators: Vec<Educator>,
}
Fields§
§university_name: String
§university_id: String
§university_parent_id: Option<String>
§university_short_name: String
§university_name_en: String
§is_from_crimea: String
§registration_year: String
§university_type_name: String
§university_financing_type_name: String
§university_governance_type_name: String
§post_index_u: String
§katottgcodeu: String
§katottg_name_u: String
§region_name_u: String
§university_address_u: String
§university_phone: String
§university_email: String
§university_site: String
§university_director_post: String
§university_director_fio: String
§close_date: Option<String>
§branches: Vec<UniversityBranch>
§facultets: Vec<String>
§speciality_licenses: Vec<SpecialityLicense>
§profession_licenses: Vec<ProfessionLicense>
§educators: Vec<Educator>
Trait Implementations§
Source§impl Debug for University
impl Debug for University
Source§impl<'de> Deserialize<'de> for University
impl<'de> Deserialize<'de> for University
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for University
impl RefUnwindSafe for University
impl Send for University
impl Sync for University
impl Unpin for University
impl UnwindSafe for University
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more