pub struct AttachPreconditionsOptions {
pub include_git_head: bool,
}Expand description
Options for attaching preconditions to a plan.
Fields§
§include_git_head: boolIf true, attach a head_sha precondition requiring the repo HEAD to match.
Trait Implementations§
Source§impl Clone for AttachPreconditionsOptions
impl Clone for AttachPreconditionsOptions
Source§fn clone(&self) -> AttachPreconditionsOptions
fn clone(&self) -> AttachPreconditionsOptions
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 AttachPreconditionsOptions
impl Debug for AttachPreconditionsOptions
Source§impl Default for AttachPreconditionsOptions
impl Default for AttachPreconditionsOptions
Source§fn default() -> AttachPreconditionsOptions
fn default() -> AttachPreconditionsOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AttachPreconditionsOptions
impl RefUnwindSafe for AttachPreconditionsOptions
impl Send for AttachPreconditionsOptions
impl Sync for AttachPreconditionsOptions
impl Unpin for AttachPreconditionsOptions
impl UnsafeUnpin for AttachPreconditionsOptions
impl UnwindSafe for AttachPreconditionsOptions
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