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