pub(crate) enum TupleTypeBuiltinError {
NotTupleType,
EmptyTuple,
}Variants§
Auto Trait Implementations§
impl Freeze for TupleTypeBuiltinError
impl RefUnwindSafe for TupleTypeBuiltinError
impl Send for TupleTypeBuiltinError
impl Sync for TupleTypeBuiltinError
impl Unpin for TupleTypeBuiltinError
impl UnwindSafe for TupleTypeBuiltinError
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