pub struct StaticFieldInfo {
pub cardinality: Cardinality,
pub valid_types: &'static [NodeTypeId],
}Expand description
Field info for static storage.
Fields§
§cardinality: Cardinality§valid_types: &'static [NodeTypeId]Trait Implementations§
Source§impl Clone for StaticFieldInfo
impl Clone for StaticFieldInfo
Source§fn clone(&self) -> StaticFieldInfo
fn clone(&self) -> StaticFieldInfo
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StaticFieldInfo
impl Debug for StaticFieldInfo
impl Copy for StaticFieldInfo
Auto Trait Implementations§
impl Freeze for StaticFieldInfo
impl RefUnwindSafe for StaticFieldInfo
impl Send for StaticFieldInfo
impl Sync for StaticFieldInfo
impl Unpin for StaticFieldInfo
impl UnwindSafe for StaticFieldInfo
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)