pub struct DeleteBranchesRequest {
pub branches: Vec<String>,
pub force: bool,
pub dry_run: bool,
}
Fields§
§branches: Vec<String>
§force: bool
§dry_run: bool
Trait Implementations§
Source§impl Clone for DeleteBranchesRequest
impl Clone for DeleteBranchesRequest
Source§fn clone(&self) -> DeleteBranchesRequest
fn clone(&self) -> DeleteBranchesRequest
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 moreAuto Trait Implementations§
impl Freeze for DeleteBranchesRequest
impl RefUnwindSafe for DeleteBranchesRequest
impl Send for DeleteBranchesRequest
impl Sync for DeleteBranchesRequest
impl Unpin for DeleteBranchesRequest
impl UnwindSafe for DeleteBranchesRequest
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