Enum gitoxide_core::repository::PathsOrPatterns
source · pub enum PathsOrPatterns {
Paths(Box<dyn Iterator<Item = BString>>),
Patterns(Vec<BString>),
}
Variants§
Auto Trait Implementations§
impl !RefUnwindSafe for PathsOrPatterns
impl !Send for PathsOrPatterns
impl !Sync for PathsOrPatterns
impl Unpin for PathsOrPatterns
impl !UnwindSafe for PathsOrPatterns
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