pub struct ResolvedMutStructTypeField {
pub inner: ResolvedStructTypeFieldRef,
}
Fields§
§inner: ResolvedStructTypeFieldRef
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedMutStructTypeField
impl !RefUnwindSafe for ResolvedMutStructTypeField
impl !Send for ResolvedMutStructTypeField
impl !Sync for ResolvedMutStructTypeField
impl Unpin for ResolvedMutStructTypeField
impl !UnwindSafe for ResolvedMutStructTypeField
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