pub struct SoftwareFileInput {
pub repository_id: String,
pub source_scope: String,
pub path: String,
pub language_id: String,
pub file_role: String,
pub parse_status: String,
pub created_graph_version: GraphVersion,
}Expand description
Constructor input for SoftwareFile.
Fields§
§repository_id: String§source_scope: String§path: String§language_id: String§file_role: String§parse_status: String§created_graph_version: GraphVersionTrait Implementations§
Source§impl Clone for SoftwareFileInput
impl Clone for SoftwareFileInput
Source§fn clone(&self) -> SoftwareFileInput
fn clone(&self) -> SoftwareFileInput
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 SoftwareFileInput
impl Debug for SoftwareFileInput
impl Eq for SoftwareFileInput
Source§impl PartialEq for SoftwareFileInput
impl PartialEq for SoftwareFileInput
impl StructuralPartialEq for SoftwareFileInput
Auto Trait Implementations§
impl Freeze for SoftwareFileInput
impl RefUnwindSafe for SoftwareFileInput
impl Send for SoftwareFileInput
impl Sync for SoftwareFileInput
impl Unpin for SoftwareFileInput
impl UnsafeUnpin for SoftwareFileInput
impl UnwindSafe for SoftwareFileInput
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.