pub struct EntityColumn {
pub index: usize,
pub name: &'static str,
}Fields§
§index: usize§name: &'static strImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntityColumn
impl RefUnwindSafe for EntityColumn
impl Send for EntityColumn
impl Sync for EntityColumn
impl Unpin for EntityColumn
impl UnsafeUnpin for EntityColumn
impl UnwindSafe for EntityColumn
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