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