pub struct SourceIngestEntry {Show 13 fields
pub id: String,
pub name: String,
pub category: String,
pub priority: String,
pub representation: String,
pub source_type: String,
pub locator: String,
pub ingest_status: String,
pub current_frontier_artifact_id: Option<String>,
pub access_terms: String,
pub license_note: String,
pub target_findings: Vec<String>,
pub target_use: String,
}Fields§
§id: String§name: String§category: String§priority: String§representation: String§source_type: String§locator: String§ingest_status: String§current_frontier_artifact_id: Option<String>§access_terms: String§license_note: String§target_findings: Vec<String>§target_use: StringTrait Implementations§
Source§impl Clone for SourceIngestEntry
impl Clone for SourceIngestEntry
Source§fn clone(&self) -> SourceIngestEntry
fn clone(&self) -> SourceIngestEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SourceIngestEntry
impl Debug for SourceIngestEntry
Source§impl<'de> Deserialize<'de> for SourceIngestEntry
impl<'de> Deserialize<'de> for SourceIngestEntry
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 SourceIngestEntry
impl RefUnwindSafe for SourceIngestEntry
impl Send for SourceIngestEntry
impl Sync for SourceIngestEntry
impl Unpin for SourceIngestEntry
impl UnsafeUnpin for SourceIngestEntry
impl UnwindSafe for SourceIngestEntry
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