enum GCCategoryWalkMode {
RefsOnly,
AllEntries,
}Expand description
For Repository::gc_category
Variants§
Auto Trait Implementations§
impl Freeze for GCCategoryWalkMode
impl RefUnwindSafe for GCCategoryWalkMode
impl Send for GCCategoryWalkMode
impl Sync for GCCategoryWalkMode
impl Unpin for GCCategoryWalkMode
impl UnwindSafe for GCCategoryWalkMode
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