Enum scale_info::build::state::PathNotAssigned
source · [−]pub enum PathNotAssigned {}
Expand description
State where the builder has not assigned a Path to the type
Auto Trait Implementations
impl RefUnwindSafe for PathNotAssigned
impl Send for PathNotAssigned
impl Sync for PathNotAssigned
impl Unpin for PathNotAssigned
impl UnwindSafe for PathNotAssigned
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more