pub struct Unbuilt;Expand description
Marker type for the unbuilt state.
Auto Trait Implementations§
impl Freeze for Unbuilt
impl RefUnwindSafe for Unbuilt
impl Send for Unbuilt
impl Sync for Unbuilt
impl Unpin for Unbuilt
impl UnsafeUnpin for Unbuilt
impl UnwindSafe for Unbuilt
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