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