pub struct SoftwareDesignElementInput {
pub repository_id: String,
pub source_scope: String,
pub language_id: String,
pub element_kind: String,
pub name: String,
pub parent: Option<String>,
pub summary: Option<String>,
pub source_kind: String,
pub evidence_path: String,
pub evidence_line_range: RepositoryCodeRange,
pub confidence_basis_points: u16,
pub created_graph_version: GraphVersion,
}Expand description
Constructor input for SoftwareDesignElement.
Fields§
§repository_id: String§source_scope: String§language_id: String§element_kind: String§name: String§parent: Option<String>§summary: Option<String>§source_kind: String§evidence_path: String§evidence_line_range: RepositoryCodeRange§confidence_basis_points: u16§created_graph_version: GraphVersionTrait Implementations§
Source§impl Clone for SoftwareDesignElementInput
impl Clone for SoftwareDesignElementInput
Source§fn clone(&self) -> SoftwareDesignElementInput
fn clone(&self) -> SoftwareDesignElementInput
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 SoftwareDesignElementInput
impl Debug for SoftwareDesignElementInput
impl Eq for SoftwareDesignElementInput
impl StructuralPartialEq for SoftwareDesignElementInput
Auto Trait Implementations§
impl Freeze for SoftwareDesignElementInput
impl RefUnwindSafe for SoftwareDesignElementInput
impl Send for SoftwareDesignElementInput
impl Sync for SoftwareDesignElementInput
impl Unpin for SoftwareDesignElementInput
impl UnsafeUnpin for SoftwareDesignElementInput
impl UnwindSafe for SoftwareDesignElementInput
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.