pub struct UniversityBranch {
pub university_name: String,
pub university_id: String,
pub region_name: String,
pub katottgcodeu: String,
pub katottg_name: String,
}
Fields§
§university_name: String
§university_id: String
§region_name: String
§katottgcodeu: String
§katottg_name: String
Trait Implementations§
Source§impl Debug for UniversityBranch
impl Debug for UniversityBranch
Source§impl<'de> Deserialize<'de> for UniversityBranch
impl<'de> Deserialize<'de> for UniversityBranch
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 UniversityBranch
impl RefUnwindSafe for UniversityBranch
impl Send for UniversityBranch
impl Sync for UniversityBranch
impl Unpin for UniversityBranch
impl UnwindSafe for UniversityBranch
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