pub enum GraphScope {
All,
Folder(String),
Where(Expr),
}Expand description
What subset of the vault to build the link graph over.
Variants§
Trait Implementations§
Source§impl Clone for GraphScope
impl Clone for GraphScope
Source§fn clone(&self) -> GraphScope
fn clone(&self) -> GraphScope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GraphScope
impl RefUnwindSafe for GraphScope
impl Send for GraphScope
impl Sync for GraphScope
impl Unpin for GraphScope
impl UnsafeUnpin for GraphScope
impl UnwindSafe for GraphScope
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