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