pub enum BranchClassification {
Protected(Branch<Protected>),
Deletable(Branch<Deletable>),
}Expand description
Result of classifying a branch
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for BranchClassification
impl RefUnwindSafe for BranchClassification
impl Send for BranchClassification
impl Sync for BranchClassification
impl Unpin for BranchClassification
impl UnwindSafe for BranchClassification
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