pub struct WebTreeContent {Show 18 fields
pub cnb_settings: Option<Value>,
pub tag_count: Option<i64>,
pub commit_count_exceeded: Option<bool>,
pub path: Option<String>,
pub file_list_limit: Option<i64>,
pub has_web_trigger: Option<bool>,
pub initialized: Option<bool>,
pub is_protected: Option<bool>,
pub repository: Option<Value>,
pub entries: Option<Vec<Value>>,
pub commit_count: Option<i64>,
pub type: Option<String>,
pub last_commit: Option<Value>,
pub name: Option<String>,
pub branch_count: Option<i64>,
pub commit_count_state: Option<String>,
pub read_me: Option<Value>,
pub file_list_exceeded: Option<bool>,
}
Expand description
WebTreeContent 模型
Fields§
§cnb_settings: Option<Value>
§tag_count: Option<i64>
§commit_count_exceeded: Option<bool>
§path: Option<String>
§file_list_limit: Option<i64>
§has_web_trigger: Option<bool>
§initialized: Option<bool>
§is_protected: Option<bool>
§repository: Option<Value>
§entries: Option<Vec<Value>>
§commit_count: Option<i64>
§type: Option<String>
§last_commit: Option<Value>
§name: Option<String>
§branch_count: Option<i64>
§commit_count_state: Option<String>
§read_me: Option<Value>
§file_list_exceeded: Option<bool>
Trait Implementations§
Source§impl Clone for WebTreeContent
impl Clone for WebTreeContent
Source§fn clone(&self) -> WebTreeContent
fn clone(&self) -> WebTreeContent
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 WebTreeContent
impl Debug for WebTreeContent
Source§impl<'de> Deserialize<'de> for WebTreeContent
impl<'de> Deserialize<'de> for WebTreeContent
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 WebTreeContent
impl RefUnwindSafe for WebTreeContent
impl Send for WebTreeContent
impl Sync for WebTreeContent
impl Unpin for WebTreeContent
impl UnwindSafe for WebTreeContent
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