pub struct EntityFieldLayout {
pub name: &'static str,
pub kind: EntityFieldKind,
}Fields§
§name: &'static str§kind: EntityFieldKindTrait Implementations§
Source§impl Clone for EntityFieldLayout
impl Clone for EntityFieldLayout
Source§fn clone(&self) -> EntityFieldLayout
fn clone(&self) -> EntityFieldLayout
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EntityFieldLayout
impl Debug for EntityFieldLayout
impl Copy for EntityFieldLayout
Auto Trait Implementations§
impl Freeze for EntityFieldLayout
impl RefUnwindSafe for EntityFieldLayout
impl Send for EntityFieldLayout
impl Sync for EntityFieldLayout
impl Unpin for EntityFieldLayout
impl UnsafeUnpin for EntityFieldLayout
impl UnwindSafe for EntityFieldLayout
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