pub struct BranchOptions {
pub target_project: Option<String>,
pub target_package: Option<String>,
pub comment: Option<String>,
pub force: bool,
pub missingok: bool,
pub add_repositories_rebuild: Option<RebuildMode>,
pub add_repositories_block: Option<BlockMode>,
}Fields§
§target_project: Option<String>§target_package: Option<String>§comment: Option<String>§force: bool§missingok: bool§add_repositories_rebuild: Option<RebuildMode>§add_repositories_block: Option<BlockMode>Trait Implementations§
Source§impl Clone for BranchOptions
impl Clone for BranchOptions
Source§fn clone(&self) -> BranchOptions
fn clone(&self) -> BranchOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BranchOptions
impl Debug for BranchOptions
Source§impl Default for BranchOptions
impl Default for BranchOptions
Source§fn default() -> BranchOptions
fn default() -> BranchOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BranchOptions
impl RefUnwindSafe for BranchOptions
impl Send for BranchOptions
impl Sync for BranchOptions
impl Unpin for BranchOptions
impl UnsafeUnpin for BranchOptions
impl UnwindSafe for BranchOptions
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