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