pub enum LingError {
Placeholder,
}Variants§
Placeholder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LingError
impl RefUnwindSafe for LingError
impl Send for LingError
impl Sync for LingError
impl Unpin for LingError
impl UnsafeUnpin for LingError
impl UnwindSafe for LingError
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