pub struct FileTypes(pub Vec<FileType>);Expand description
File types, just simple Vec wrapper around FileType.
Tuple Fields§
§0: Vec<FileType>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileTypes
impl RefUnwindSafe for FileTypes
impl Send for FileTypes
impl Sync for FileTypes
impl Unpin for FileTypes
impl UnwindSafe for FileTypes
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