pub enum Uninit {}
Expand description
Uninitialized type state
Auto Trait Implementations§
impl Freeze for Uninit
impl RefUnwindSafe for Uninit
impl Send for Uninit
impl Sync for Uninit
impl Unpin for Uninit
impl UnwindSafe for Uninit
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