pub enum PathNotAssigned {}
Expand description
State where the builder has not assigned a Path to the type
Auto Trait Implementations§
impl Freeze for PathNotAssigned
impl RefUnwindSafe for PathNotAssigned
impl Send for PathNotAssigned
impl Sync for PathNotAssigned
impl Unpin for PathNotAssigned
impl UnwindSafe for PathNotAssigned
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