pub enum DesugarErr {
UnresolvedReference(Ident),
NotDefn(Ident),
NotCons(Ident),
}Variants§
Trait Implementations§
Source§impl Clone for DesugarErr
impl Clone for DesugarErr
Source§fn clone(&self) -> DesugarErr
fn clone(&self) -> DesugarErr
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DesugarErr
impl Debug for DesugarErr
Auto Trait Implementations§
impl Freeze for DesugarErr
impl RefUnwindSafe for DesugarErr
impl Send for DesugarErr
impl Sync for DesugarErr
impl Unpin for DesugarErr
impl UnsafeUnpin for DesugarErr
impl UnwindSafe for DesugarErr
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