pub enum LssgErrorKind {
ParseError,
Render,
SiteTree,
Io,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LssgErrorKind
impl RefUnwindSafe for LssgErrorKind
impl Send for LssgErrorKind
impl Sync for LssgErrorKind
impl Unpin for LssgErrorKind
impl UnwindSafe for LssgErrorKind
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