Struct bones_lib::prelude::bones_schema::StructFieldInfo
pub struct StructFieldInfo {
pub name: Option<Ustr>,
pub schema: &'static Schema,
}
Expand description
A field in a StructSchemaInfo
.
Fields§
§name: Option<Ustr>
The name of the field. Will be None
if this is a field of a tuple struct.
schema: &'static Schema
The schema of the field.
Trait Implementations§
§impl Clone for StructFieldInfo
impl Clone for StructFieldInfo
§fn clone(&self) -> StructFieldInfo
fn clone(&self) -> StructFieldInfo
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for StructFieldInfo
impl !RefUnwindSafe for StructFieldInfo
impl Send for StructFieldInfo
impl Sync for StructFieldInfo
impl Unpin for StructFieldInfo
impl !UnwindSafe for StructFieldInfo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)