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