pub struct Uninit { /* private fields */ }
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> AcceptDefault<T> for T
impl<T> AcceptDefault<T> for T
fn unwrap_or_default(self) -> T
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