pub struct WebFileContent {Show 23 fields
pub file_size_exceeded: Option<bool>,
pub cnb_settings: Option<Value>,
pub encoding: Option<String>,
pub last_commit: Option<Value>,
pub commit_count_state: Option<String>,
pub file_size_limit: Option<i64>,
pub file_stat: Option<Value>,
pub size: Option<i64>,
pub initialized: Option<bool>,
pub type: Option<String>,
pub name: Option<String>,
pub repository: Option<Value>,
pub commit_count_exceeded: Option<bool>,
pub lfs_size_in_byte: Option<String>,
pub is_protected: Option<bool>,
pub path: Option<String>,
pub commit_count: Option<i64>,
pub lfs_oid: Option<String>,
pub is_lfs: Option<bool>,
pub lfs_hash_algorithm: Option<String>,
pub tag_count: Option<i64>,
pub content: Option<String>,
pub branch_count: Option<i64>,
}
Expand description
WebFileContent 模型
Fields§
§file_size_exceeded: Option<bool>
§cnb_settings: Option<Value>
§encoding: Option<String>
§last_commit: Option<Value>
§commit_count_state: Option<String>
§file_size_limit: Option<i64>
§file_stat: Option<Value>
§size: Option<i64>
§initialized: Option<bool>
§type: Option<String>
§name: Option<String>
§repository: Option<Value>
§commit_count_exceeded: Option<bool>
§lfs_size_in_byte: Option<String>
§is_protected: Option<bool>
§path: Option<String>
§commit_count: Option<i64>
§lfs_oid: Option<String>
§is_lfs: Option<bool>
§lfs_hash_algorithm: Option<String>
§tag_count: Option<i64>
§content: Option<String>
§branch_count: Option<i64>
Trait Implementations§
Source§impl Clone for WebFileContent
impl Clone for WebFileContent
Source§fn clone(&self) -> WebFileContent
fn clone(&self) -> WebFileContent
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 WebFileContent
impl Debug for WebFileContent
Source§impl<'de> Deserialize<'de> for WebFileContent
impl<'de> Deserialize<'de> for WebFileContent
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 WebFileContent
impl RefUnwindSafe for WebFileContent
impl Send for WebFileContent
impl Sync for WebFileContent
impl Unpin for WebFileContent
impl UnwindSafe for WebFileContent
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