pub struct PrOpts {
pub pr_number: i64,
pub force_update: bool,
}Expand description
Options for PR-aware queries.
Fields§
§pr_number: i64§force_update: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for PrOpts
impl RefUnwindSafe for PrOpts
impl Send for PrOpts
impl Sync for PrOpts
impl Unpin for PrOpts
impl UnsafeUnpin for PrOpts
impl UnwindSafe for PrOpts
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