pub struct CodeRepositoryIndexResponse {
pub metadata: ApiMetadata,
pub scope: CodeRepositoryScopeMetadata,
pub summary: CodeIndexSummary,
pub status: CodeRepositoryStatus,
}Expand description
Code repository index response.
Fields§
§metadata: ApiMetadata§scope: CodeRepositoryScopeMetadata§summary: CodeIndexSummary§status: CodeRepositoryStatusTrait Implementations§
Source§impl Clone for CodeRepositoryIndexResponse
impl Clone for CodeRepositoryIndexResponse
Source§fn clone(&self) -> CodeRepositoryIndexResponse
fn clone(&self) -> CodeRepositoryIndexResponse
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 CodeRepositoryIndexResponse
impl Debug for CodeRepositoryIndexResponse
Source§impl<'de> Deserialize<'de> for CodeRepositoryIndexResponse
impl<'de> Deserialize<'de> for CodeRepositoryIndexResponse
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 PartialEq for CodeRepositoryIndexResponse
impl PartialEq for CodeRepositoryIndexResponse
Source§fn eq(&self, other: &CodeRepositoryIndexResponse) -> bool
fn eq(&self, other: &CodeRepositoryIndexResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CodeRepositoryIndexResponse
impl StructuralPartialEq for CodeRepositoryIndexResponse
Auto Trait Implementations§
impl Freeze for CodeRepositoryIndexResponse
impl RefUnwindSafe for CodeRepositoryIndexResponse
impl Send for CodeRepositoryIndexResponse
impl Sync for CodeRepositoryIndexResponse
impl Unpin for CodeRepositoryIndexResponse
impl UnsafeUnpin for CodeRepositoryIndexResponse
impl UnwindSafe for CodeRepositoryIndexResponse
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