Struct octorust::types::AutoMerge [−][src]
pub struct AutoMerge {
pub commit_message: String,
pub commit_title: String,
pub enabled_by: User,
pub merge_method: MergeMethod,
}Expand description
The status of auto merging a pull request.
Fields
commit_message: StringCommit message for the merge commit.
commit_title: StringTitle for the merge commit message.
enabled_by: UserSimple User
merge_method: MergeMethodThe merge method to use.
Trait Implementations
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 RefUnwindSafe for AutoMergeimpl UnwindSafe for AutoMergeBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more