pub struct CreateRefillMergeRequestData {
pub application_id: String,
pub owner_name: String,
pub ref_request: Request<String>,
pub file_content: String,
pub file_name: String,
pub branch_name: String,
pub commit: String,
pub file_sha: String,
}
Fields§
§application_id: String
§owner_name: String
§ref_request: Request<String>
§file_content: String
§file_name: String
§branch_name: String
§commit: String
§file_sha: String
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CreateRefillMergeRequestData
impl Send for CreateRefillMergeRequestData
impl Sync for CreateRefillMergeRequestData
impl Unpin for CreateRefillMergeRequestData
impl !UnwindSafe for CreateRefillMergeRequestData
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