pub enum AvailableFileType {
Rust,
Javascript,
JavascriptReact,
Typescript,
TypescriptReact,
}
Variants§
Trait Implementations§
source§impl AsRef<str> for AvailableFileType
impl AsRef<str> for AvailableFileType
source§impl Display for AvailableFileType
impl Display for AvailableFileType
source§impl FromStr for AvailableFileType
impl FromStr for AvailableFileType
source§impl Hash for AvailableFileType
impl Hash for AvailableFileType
source§impl PartialEq for AvailableFileType
impl PartialEq for AvailableFileType
source§fn eq(&self, other: &AvailableFileType) -> bool
fn eq(&self, other: &AvailableFileType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for AvailableFileType
impl StructuralPartialEq for AvailableFileType
Auto Trait Implementations§
impl Freeze for AvailableFileType
impl RefUnwindSafe for AvailableFileType
impl Send for AvailableFileType
impl Sync for AvailableFileType
impl Unpin for AvailableFileType
impl UnwindSafe for AvailableFileType
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