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