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