pub struct WebapiPostCommitFile {
pub content: Option<String>,
pub is_deleted: Option<bool>,
pub encoding: Option<String>,
pub is_executable: Option<bool>,
pub path: Option<String>,
}
Expand description
WebapiPostCommitFile 模型
Fields§
§content: Option<String>
§is_deleted: Option<bool>
§encoding: Option<String>
§is_executable: Option<bool>
§path: Option<String>
Trait Implementations§
Source§impl Clone for WebapiPostCommitFile
impl Clone for WebapiPostCommitFile
Source§fn clone(&self) -> WebapiPostCommitFile
fn clone(&self) -> WebapiPostCommitFile
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 WebapiPostCommitFile
impl Debug for WebapiPostCommitFile
Source§impl<'de> Deserialize<'de> for WebapiPostCommitFile
impl<'de> Deserialize<'de> for WebapiPostCommitFile
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 WebapiPostCommitFile
impl RefUnwindSafe for WebapiPostCommitFile
impl Send for WebapiPostCommitFile
impl Sync for WebapiPostCommitFile
impl Unpin for WebapiPostCommitFile
impl UnwindSafe for WebapiPostCommitFile
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