Struct bones_lib::ecs::prelude::bones_schema::ptr::StructRefFieldIterField
pub struct StructRefFieldIterField<'a> {
pub name: Option<&'static str>,
pub value: SchemaRef<'a>,
}
Expand description
A field returned by StructRefFieldIter
.
Fields§
§name: Option<&'static str>
The name of the field, if set.
value: SchemaRef<'a>
The field’s value.
Auto Trait Implementations§
impl<'a> Freeze for StructRefFieldIterField<'a>
impl<'a> !RefUnwindSafe for StructRefFieldIterField<'a>
impl<'a> !Send for StructRefFieldIterField<'a>
impl<'a> !Sync for StructRefFieldIterField<'a>
impl<'a> Unpin for StructRefFieldIterField<'a>
impl<'a> !UnwindSafe for StructRefFieldIterField<'a>
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