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