pub struct GetSearchCodeResponse200 {
pub total_count: Option<i64>,
pub incomplete_results: Option<bool>,
pub items: Option<Vec<CodeSearchResultItem>>,
}Fields§
§total_count: Option<i64>§incomplete_results: Option<bool>§items: Option<Vec<CodeSearchResultItem>>Trait Implementations§
Source§impl Clone for GetSearchCodeResponse200
impl Clone for GetSearchCodeResponse200
Source§fn clone(&self) -> GetSearchCodeResponse200
fn clone(&self) -> GetSearchCodeResponse200
Returns a duplicate of the value. Read more
1.0.0 · 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 GetSearchCodeResponse200
impl Debug for GetSearchCodeResponse200
Source§impl Default for GetSearchCodeResponse200
impl Default for GetSearchCodeResponse200
Source§fn default() -> GetSearchCodeResponse200
fn default() -> GetSearchCodeResponse200
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetSearchCodeResponse200
impl<'de> Deserialize<'de> for GetSearchCodeResponse200
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 GetSearchCodeResponse200
impl PartialEq for GetSearchCodeResponse200
Source§impl Serialize for GetSearchCodeResponse200
impl Serialize for GetSearchCodeResponse200
impl StructuralPartialEq for GetSearchCodeResponse200
Auto Trait Implementations§
impl Freeze for GetSearchCodeResponse200
impl RefUnwindSafe for GetSearchCodeResponse200
impl Send for GetSearchCodeResponse200
impl Sync for GetSearchCodeResponse200
impl Unpin for GetSearchCodeResponse200
impl UnwindSafe for GetSearchCodeResponse200
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