pub struct JigCurationFieldsDone {
pub display_name: bool,
pub language: bool,
pub categories: bool,
pub description: bool,
pub age_ranges: bool,
pub affiliations: bool,
pub additional_resources: bool,
}
Expand description
Curation fields that have been completed
Authorization: Admin
Fields§
§display_name: bool
Display name of JIG
language: bool
Language of JIG
categories: bool
Categories of JIG
description: bool
Descriptions of JIG
age_ranges: bool
Age ranges of JIG
affiliations: bool
Affiliations of JIG
additional_resources: bool
Addtional resources of JIG
Trait Implementations§
Source§impl Clone for JigCurationFieldsDone
impl Clone for JigCurationFieldsDone
Source§fn clone(&self) -> JigCurationFieldsDone
fn clone(&self) -> JigCurationFieldsDone
Returns a copy 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 JigCurationFieldsDone
impl Debug for JigCurationFieldsDone
Source§impl Default for JigCurationFieldsDone
impl Default for JigCurationFieldsDone
Source§impl<'de> Deserialize<'de> for JigCurationFieldsDone
impl<'de> Deserialize<'de> for JigCurationFieldsDone
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 JigCurationFieldsDone
impl RefUnwindSafe for JigCurationFieldsDone
impl Send for JigCurationFieldsDone
impl Sync for JigCurationFieldsDone
impl Unpin for JigCurationFieldsDone
impl UnwindSafe for JigCurationFieldsDone
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