pub struct U32FieldAccessor(pub PropertyPath);
Tuple Fields§
§0: PropertyPath
Implementations§
Source§impl U32FieldAccessor
impl U32FieldAccessor
pub fn get( &self, data_container: DataContainerRef<'_>, ) -> Result<u32, DataSetErrorWithBacktrace>
pub fn set( &self, data_container: &mut DataContainerRefMut<'_>, value: u32, ) -> Result<Option<Value>, DataSetErrorWithBacktrace>
Trait Implementations§
Source§impl FieldAccessor for U32FieldAccessor
impl FieldAccessor for U32FieldAccessor
fn new(property_path: PropertyPath) -> U32FieldAccessor
Auto Trait Implementations§
impl Freeze for U32FieldAccessor
impl RefUnwindSafe for U32FieldAccessor
impl Send for U32FieldAccessor
impl Sync for U32FieldAccessor
impl Unpin for U32FieldAccessor
impl UnwindSafe for U32FieldAccessor
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