Struct hydrate_pipeline::U32FieldRefMut
source · pub struct U32FieldRefMut<'a>(pub PropertyPath, _);
Tuple Fields§
§0: PropertyPath
Implementations§
source§impl<'a> U32FieldRefMut<'a>
impl<'a> U32FieldRefMut<'a>
Trait Implementations§
source§impl<'a> FieldRefMut<'a> for U32FieldRefMut<'a>
impl<'a> FieldRefMut<'a> for U32FieldRefMut<'a>
fn new( property_path: PropertyPath, data_container: &'a Rc<RefCell<DataContainerRefMut<'a>>> ) -> U32FieldRefMut<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for U32FieldRefMut<'a>
impl<'a> !Send for U32FieldRefMut<'a>
impl<'a> !Sync for U32FieldRefMut<'a>
impl<'a> Unpin for U32FieldRefMut<'a>
impl<'a> !UnwindSafe for U32FieldRefMut<'a>
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