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