pub enum DirectoryType {
Include,
Library,
}
Expand description
Represents the type of directory to retrieve.
Variants§
Auto Trait Implementations§
impl Freeze for DirectoryType
impl RefUnwindSafe for DirectoryType
impl Send for DirectoryType
impl Sync for DirectoryType
impl Unpin for DirectoryType
impl UnwindSafe for DirectoryType
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