pub struct Project {Show 14 fields
pub project_id: String,
pub history: String,
pub associated_projects: String,
pub stored_data_desc: String,
pub previous_stoarge: String,
pub dataset_prepare: String,
pub data_sample_link: String,
pub public_dataset: String,
pub retrival_frequency: String,
pub dataset_life_span: String,
pub geographis: String,
pub distribution: String,
pub providers: String,
pub filplus_guideline: String,
}
Fields§
§project_id: String
§history: String
§associated_projects: String
§stored_data_desc: String
§previous_stoarge: String
§dataset_prepare: String
§data_sample_link: String
§public_dataset: String
§retrival_frequency: String
§dataset_life_span: String
§geographis: String
§distribution: String
§providers: String
§filplus_guideline: String
Trait Implementations§
source§impl<'de> Deserialize<'de> for Project
impl<'de> Deserialize<'de> for Project
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 From<IssueValidData> for Project
impl From<IssueValidData> for Project
source§fn from(data: IssueValidData) -> Self
fn from(data: IssueValidData) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for Project
impl Send for Project
impl Sync for Project
impl Unpin for Project
impl UnwindSafe for Project
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