Enum scale_info::build::state::PathAssigned
source · [−]pub enum PathAssigned {}
Expand description
State where the builder has assigned a Path to the type
Auto Trait Implementations
impl RefUnwindSafe for PathAssigned
impl Send for PathAssigned
impl Sync for PathAssigned
impl Unpin for PathAssigned
impl UnwindSafe for PathAssigned
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