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