pub enum ElementContentCompileError {
InvalidSyntaxTree,
}Variants§
InvalidSyntaxTree
Trait Implementations§
Source§impl Clone for ElementContentCompileError
impl Clone for ElementContentCompileError
Source§fn clone(&self) -> ElementContentCompileError
fn clone(&self) -> ElementContentCompileError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ElementContentCompileError
impl Debug for ElementContentCompileError
Source§impl Hash for ElementContentCompileError
impl Hash for ElementContentCompileError
impl Copy for ElementContentCompileError
impl Eq for ElementContentCompileError
impl StructuralPartialEq for ElementContentCompileError
Auto Trait Implementations§
impl Freeze for ElementContentCompileError
impl RefUnwindSafe for ElementContentCompileError
impl Send for ElementContentCompileError
impl Sync for ElementContentCompileError
impl Unpin for ElementContentCompileError
impl UnsafeUnpin for ElementContentCompileError
impl UnwindSafe for ElementContentCompileError
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