Enum diskplan_traversal::Extent
source · pub enum Extent {
Full,
Restricted,
}
Expand description
Indicates whether to traverse the entire schema or a limited subset
Variants§
Full
Take all routes to populate the schema in full
Restricted
Only traverse the target path through the schema
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Extent
impl Send for Extent
impl Sync for Extent
impl Unpin for Extent
impl UnwindSafe for Extent
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