pub struct UpdateRepositoryParams {Show 18 fields
pub allow_auto_merge: Option<bool>,
pub allow_merge: Option<bool>,
pub allow_rebase: Option<bool>,
pub allow_rebase_merge: Option<bool>,
pub allow_squash_merge: Option<bool>,
pub allow_update_branch: Option<bool>,
pub archived: Option<bool>,
pub autodetect_manual_merge: Option<bool>,
pub default_allow_maintainer_edit: Option<bool>,
pub default_branch: Option<String>,
pub default_merge_style: Option<String>,
pub delete_branch_on_merge: Option<bool>,
pub description: Option<String>,
pub homepage: Option<String>,
pub ignore_whitespace: Option<bool>,
pub is_template: Option<bool>,
pub name: Option<String>,
pub private: Option<bool>,
}Fields§
§allow_auto_merge: Option<bool>§allow_merge: Option<bool>§allow_rebase: Option<bool>§allow_rebase_merge: Option<bool>§allow_squash_merge: Option<bool>§allow_update_branch: Option<bool>§archived: Option<bool>§autodetect_manual_merge: Option<bool>§default_allow_maintainer_edit: Option<bool>§default_branch: Option<String>§default_merge_style: Option<String>§delete_branch_on_merge: Option<bool>§description: Option<String>§homepage: Option<String>§ignore_whitespace: Option<bool>§is_template: Option<bool>§name: Option<String>обработаны
private: Option<bool>Trait Implementations§
Source§impl Clone for UpdateRepositoryParams
impl Clone for UpdateRepositoryParams
Source§fn clone(&self) -> UpdateRepositoryParams
fn clone(&self) -> UpdateRepositoryParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateRepositoryParams
impl Debug for UpdateRepositoryParams
Source§impl<'de> Deserialize<'de> for UpdateRepositoryParams
impl<'de> Deserialize<'de> for UpdateRepositoryParams
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 UpdateRepositoryParams
impl RefUnwindSafe for UpdateRepositoryParams
impl Send for UpdateRepositoryParams
impl Sync for UpdateRepositoryParams
impl Unpin for UpdateRepositoryParams
impl UnsafeUnpin for UpdateRepositoryParams
impl UnwindSafe for UpdateRepositoryParams
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