pub enum Void {}
Expand description
Error type used when conversion is infallible.
The never type (!
) will replace this when it is available in stable Rust.
Trait Implementations
sourceimpl From<Void> for TryFromIntToCharError
impl From<Void> for TryFromIntToCharError
sourcefn from(_: Void) -> TryFromIntToCharError
fn from(_: Void) -> TryFromIntToCharError
Performs the conversion.
impl Eq for Void
impl StructuralEq for Void
impl StructuralPartialEq for Void
Auto Trait Implementations
impl RefUnwindSafe for Void
impl Send for Void
impl Sync for Void
impl Unpin for Void
impl UnwindSafe for Void
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more