pub struct ParseFileSystemConfig<'a> {
pub root_name: &'a str,
}Fields§
§root_name: &'a strTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ParseFileSystemConfig<'a>
impl<'a> RefUnwindSafe for ParseFileSystemConfig<'a>
impl<'a> Send for ParseFileSystemConfig<'a>
impl<'a> Sync for ParseFileSystemConfig<'a>
impl<'a> Unpin for ParseFileSystemConfig<'a>
impl<'a> UnwindSafe for ParseFileSystemConfig<'a>
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