pub struct StaticArrayFieldAccessor<T>(pub PropertyPath, _)
where
T: FieldAccessor;
Tuple Fields§
§0: PropertyPath
Implementations§
Source§impl<T> StaticArrayFieldAccessor<T>where
T: FieldAccessor,
impl<T> StaticArrayFieldAccessor<T>where
T: FieldAccessor,
pub fn resolve_entries( &self, data_container: DataContainerRef<'_>, ) -> Result<Box<[Uuid]>, DataSetErrorWithBacktrace>
pub fn entry(&self, index: usize) -> T
Trait Implementations§
Source§impl<T> FieldAccessor for StaticArrayFieldAccessor<T>where
T: FieldAccessor,
impl<T> FieldAccessor for StaticArrayFieldAccessor<T>where
T: FieldAccessor,
fn new(property_path: PropertyPath) -> StaticArrayFieldAccessor<T>
Auto Trait Implementations§
impl<T> Freeze for StaticArrayFieldAccessor<T>
impl<T> RefUnwindSafe for StaticArrayFieldAccessor<T>where
T: RefUnwindSafe,
impl<T> Send for StaticArrayFieldAccessor<T>where
T: Send,
impl<T> Sync for StaticArrayFieldAccessor<T>where
T: Sync,
impl<T> Unpin for StaticArrayFieldAccessor<T>where
T: Unpin,
impl<T> UnwindSafe for StaticArrayFieldAccessor<T>where
T: UnwindSafe,
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