pub struct EducationOrganization {
pub display_name: String,
pub description: String,
pub external_source: EducationExternalSource,
}
Fields§
§display_name: String
§description: String
§external_source: EducationExternalSource
Trait Implementations§
Source§impl Clone for EducationOrganization
impl Clone for EducationOrganization
Source§fn clone(&self) -> EducationOrganization
fn clone(&self) -> EducationOrganization
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 EducationOrganization
impl Debug for EducationOrganization
Source§impl<'de> Deserialize<'de> for EducationOrganization
impl<'de> Deserialize<'de> for EducationOrganization
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 EducationOrganization
impl PartialEq for EducationOrganization
Source§impl Serialize for EducationOrganization
impl Serialize for EducationOrganization
impl Eq for EducationOrganization
impl StructuralPartialEq for EducationOrganization
Auto Trait Implementations§
impl Freeze for EducationOrganization
impl RefUnwindSafe for EducationOrganization
impl Send for EducationOrganization
impl Sync for EducationOrganization
impl Unpin for EducationOrganization
impl UnwindSafe for EducationOrganization
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