pub struct DynamicRoot { /* private fields */ }Expand description
Dynamic root configuration created by RootBuilder
Trait Implementations§
Source§impl Debug for DynamicRoot
impl Debug for DynamicRoot
Source§impl HasRootAnnotations for DynamicRoot
impl HasRootAnnotations for DynamicRoot
Source§impl HasRootFiltering for DynamicRoot
impl HasRootFiltering for DynamicRoot
Source§fn allowed_extensions(&self) -> Option<&[String]>
fn allowed_extensions(&self) -> Option<&[String]>
File extensions to include (None = all)
Source§fn excluded_patterns(&self) -> Option<&[String]>
fn excluded_patterns(&self) -> Option<&[String]>
File patterns to exclude (glob patterns)
Source§fn should_include(&self, path: &str) -> bool
fn should_include(&self, path: &str) -> bool
Check if a file should be included
Source§impl HasRootMetadata for DynamicRoot
impl HasRootMetadata for DynamicRoot
Source§impl HasRootPermissions for DynamicRoot
impl HasRootPermissions for DynamicRoot
Auto Trait Implementations§
impl Freeze for DynamicRoot
impl RefUnwindSafe for DynamicRoot
impl Send for DynamicRoot
impl Sync for DynamicRoot
impl Unpin for DynamicRoot
impl UnwindSafe for DynamicRoot
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