pub struct SoftwareTopicInput {
pub repository_id: String,
pub source_scope: String,
pub name: String,
pub topic_kind: String,
pub source_path: String,
pub line_range: RepositoryCodeRange,
pub created_graph_version: GraphVersion,
}Expand description
Constructor input for SoftwareTopic.
Fields§
§repository_id: String§source_scope: String§name: String§topic_kind: String§source_path: String§line_range: RepositoryCodeRange§created_graph_version: GraphVersionTrait Implementations§
Source§impl Clone for SoftwareTopicInput
impl Clone for SoftwareTopicInput
Source§fn clone(&self) -> SoftwareTopicInput
fn clone(&self) -> SoftwareTopicInput
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 SoftwareTopicInput
impl Debug for SoftwareTopicInput
Source§impl PartialEq for SoftwareTopicInput
impl PartialEq for SoftwareTopicInput
Source§fn eq(&self, other: &SoftwareTopicInput) -> bool
fn eq(&self, other: &SoftwareTopicInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SoftwareTopicInput
impl StructuralPartialEq for SoftwareTopicInput
Auto Trait Implementations§
impl Freeze for SoftwareTopicInput
impl RefUnwindSafe for SoftwareTopicInput
impl Send for SoftwareTopicInput
impl Sync for SoftwareTopicInput
impl Unpin for SoftwareTopicInput
impl UnsafeUnpin for SoftwareTopicInput
impl UnwindSafe for SoftwareTopicInput
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
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.