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§
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