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