pub struct ReviewBundleParams {
pub branch: String,
pub parent_hash: Option<String>,
pub bundle: ReviewBundle,
}Expand description
Parameters for creating a review_bundle event.
Fields§
§branch: String§parent_hash: Option<String>§bundle: ReviewBundleAuto Trait Implementations§
impl Freeze for ReviewBundleParams
impl RefUnwindSafe for ReviewBundleParams
impl Send for ReviewBundleParams
impl Sync for ReviewBundleParams
impl Unpin for ReviewBundleParams
impl UnsafeUnpin for ReviewBundleParams
impl UnwindSafe for ReviewBundleParams
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