pub struct DeleteBranchesOutput {
pub deleted: Vec<String>,
pub failed: Vec<(String, String)>,
}Fields§
§deleted: Vec<String>§failed: Vec<(String, String)>Auto Trait Implementations§
impl Freeze for DeleteBranchesOutput
impl RefUnwindSafe for DeleteBranchesOutput
impl Send for DeleteBranchesOutput
impl Sync for DeleteBranchesOutput
impl Unpin for DeleteBranchesOutput
impl UnsafeUnpin for DeleteBranchesOutput
impl UnwindSafe for DeleteBranchesOutput
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