pub enum NameAssigned {}
Expand description
A name has been assigned to the field.
Auto Trait Implementations§
impl Freeze for NameAssigned
impl RefUnwindSafe for NameAssigned
impl Send for NameAssigned
impl Sync for NameAssigned
impl Unpin for NameAssigned
impl UnwindSafe for NameAssigned
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