pub struct StaticChildrenInfo {
pub cardinality: Cardinality,
pub valid_types: &'static [NodeTypeId],
}Expand description
Children info for static storage.
Fields§
§cardinality: Cardinality§valid_types: &'static [NodeTypeId]Trait Implementations§
Source§impl Clone for StaticChildrenInfo
impl Clone for StaticChildrenInfo
Source§fn clone(&self) -> StaticChildrenInfo
fn clone(&self) -> StaticChildrenInfo
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 StaticChildrenInfo
impl Debug for StaticChildrenInfo
impl Copy for StaticChildrenInfo
Auto Trait Implementations§
impl Freeze for StaticChildrenInfo
impl RefUnwindSafe for StaticChildrenInfo
impl Send for StaticChildrenInfo
impl Sync for StaticChildrenInfo
impl Unpin for StaticChildrenInfo
impl UnwindSafe for StaticChildrenInfo
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)