pub enum ProjectScope {
All,
Specific {
root: String,
},
}Expand description
Project scope for indexing and filtering sessions
Variants§
Implementations§
Source§impl ProjectScope
impl ProjectScope
Trait Implementations§
Source§impl Clone for ProjectScope
impl Clone for ProjectScope
Source§fn clone(&self) -> ProjectScope
fn clone(&self) -> ProjectScope
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 moreSource§impl Debug for ProjectScope
impl Debug for ProjectScope
Source§impl PartialEq for ProjectScope
impl PartialEq for ProjectScope
impl Eq for ProjectScope
impl StructuralPartialEq for ProjectScope
Auto Trait Implementations§
impl Freeze for ProjectScope
impl RefUnwindSafe for ProjectScope
impl Send for ProjectScope
impl Sync for ProjectScope
impl Unpin for ProjectScope
impl UnwindSafe for ProjectScope
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