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