pub struct BundleScope {
pub optimizable_paths: Vec<PathBuf>,
pub read_only_paths: Vec<PathBuf>,
}Expand description
Analyze an agent crate and return the source scope mdx-rust may inspect. Basic file-level scope (what to send / edit).
Fields§
§optimizable_paths: Vec<PathBuf>§read_only_paths: Vec<PathBuf>Trait Implementations§
Source§impl Clone for BundleScope
impl Clone for BundleScope
Source§fn clone(&self) -> BundleScope
fn clone(&self) -> BundleScope
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 moreSource§impl Debug for BundleScope
impl Debug for BundleScope
Source§impl Default for BundleScope
impl Default for BundleScope
Source§fn default() -> BundleScope
fn default() -> BundleScope
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BundleScope
impl RefUnwindSafe for BundleScope
impl Send for BundleScope
impl Sync for BundleScope
impl Unpin for BundleScope
impl UnsafeUnpin for BundleScope
impl UnwindSafe for BundleScope
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