pub enum CreateableFileType {
Page,
ApiPage,
Stylesheet,
Component,
}
Variants§
Auto Trait Implementations§
impl Freeze for CreateableFileType
impl RefUnwindSafe for CreateableFileType
impl Send for CreateableFileType
impl Sync for CreateableFileType
impl Unpin for CreateableFileType
impl UnwindSafe for CreateableFileType
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