pub struct SourceItems<'a> {
pub dirs: Vec<&'a str>,
pub items: Vec<&'a str>,
}Expand description
Source items for object operations
Fields§
§dirs: Vec<&'a str>§items: Vec<&'a str>Trait Implementations§
Source§impl<'a> Debug for SourceItems<'a>
impl<'a> Debug for SourceItems<'a>
Auto Trait Implementations§
impl<'a> Freeze for SourceItems<'a>
impl<'a> RefUnwindSafe for SourceItems<'a>
impl<'a> Send for SourceItems<'a>
impl<'a> Sync for SourceItems<'a>
impl<'a> Unpin for SourceItems<'a>
impl<'a> UnwindSafe for SourceItems<'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