pub struct EducationSchool {Show 13 fields
pub principal_email: String,
pub principal_name: String,
pub external_principal_id: String,
pub lowest_grade: String,
pub highest_grade: String,
pub school_number: String,
pub external_id: String,
pub phone: String,
pub fax: String,
pub created_by: IdentitySet,
pub address: PhysicalAddress,
pub classes: Vec<EducationClass>,
pub users: Vec<EducationUser>,
}
Fields§
§principal_email: String
§principal_name: String
§external_principal_id: String
§lowest_grade: String
§highest_grade: String
§school_number: String
§external_id: String
§phone: String
§fax: String
§created_by: IdentitySet
§address: PhysicalAddress
§classes: Vec<EducationClass>
§users: Vec<EducationUser>
Trait Implementations§
Source§impl Clone for EducationSchool
impl Clone for EducationSchool
Source§fn clone(&self) -> EducationSchool
fn clone(&self) -> EducationSchool
Returns a duplicate 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 EducationSchool
impl Debug for EducationSchool
Source§impl<'de> Deserialize<'de> for EducationSchool
impl<'de> Deserialize<'de> for EducationSchool
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
Source§impl PartialEq for EducationSchool
impl PartialEq for EducationSchool
Source§impl Serialize for EducationSchool
impl Serialize for EducationSchool
impl Eq for EducationSchool
impl StructuralPartialEq for EducationSchool
Auto Trait Implementations§
impl Freeze for EducationSchool
impl RefUnwindSafe for EducationSchool
impl Send for EducationSchool
impl Sync for EducationSchool
impl Unpin for EducationSchool
impl UnwindSafe for EducationSchool
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