pub struct DtoExploreRepo {Show 29 fields
pub name: Option<String>,
pub web_url: Option<String>,
pub language: Option<String>,
pub second_languages: Option<Value>,
pub freeze: Option<bool>,
pub site: Option<String>,
pub languages: Option<Value>,
pub star_count: Option<i64>,
pub last_updated_at: Option<Value>,
pub path: Option<String>,
pub display_module: Option<Value>,
pub id: Option<String>,
pub last_update_username: Option<String>,
pub status: Option<Value>,
pub updated_at: Option<String>,
pub flags: Option<Value>,
pub created_at: Option<String>,
pub last_update_nickname: Option<String>,
pub license: Option<String>,
pub forked_from_repo: Option<Value>,
pub stared: Option<bool>,
pub open_issue_count: Option<i64>,
pub open_pull_request_count: Option<i64>,
pub topics: Option<String>,
pub visibility_level: Option<Value>,
pub fork_count: Option<i64>,
pub mark_count: Option<i64>,
pub tags: Option<Vec<Value>>,
pub description: Option<String>,
}
Expand description
DtoExploreRepo 模型
Fields§
§name: Option<String>
§web_url: Option<String>
§language: Option<String>
§second_languages: Option<Value>
§freeze: Option<bool>
§site: Option<String>
§languages: Option<Value>
§star_count: Option<i64>
§last_updated_at: Option<Value>
§path: Option<String>
§display_module: Option<Value>
§id: Option<String>
§last_update_username: Option<String>
§status: Option<Value>
§updated_at: Option<String>
§flags: Option<Value>
§created_at: Option<String>
§last_update_nickname: Option<String>
§license: Option<String>
§forked_from_repo: Option<Value>
§stared: Option<bool>
§open_issue_count: Option<i64>
§open_pull_request_count: Option<i64>
§topics: Option<String>
§visibility_level: Option<Value>
§fork_count: Option<i64>
§mark_count: Option<i64>
§description: Option<String>
Trait Implementations§
Source§impl Clone for DtoExploreRepo
impl Clone for DtoExploreRepo
Source§fn clone(&self) -> DtoExploreRepo
fn clone(&self) -> DtoExploreRepo
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 DtoExploreRepo
impl Debug for DtoExploreRepo
Source§impl<'de> Deserialize<'de> for DtoExploreRepo
impl<'de> Deserialize<'de> for DtoExploreRepo
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
Auto Trait Implementations§
impl Freeze for DtoExploreRepo
impl RefUnwindSafe for DtoExploreRepo
impl Send for DtoExploreRepo
impl Sync for DtoExploreRepo
impl Unpin for DtoExploreRepo
impl UnwindSafe for DtoExploreRepo
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