pub struct CstTypeTable<'ast> {
pub items: Vec<CstTypeTableItem<'ast>>,
pub is_array: bool,
}Fields§
§items: Vec<CstTypeTableItem<'ast>>§is_array: boolTrait Implementations§
Source§impl<'ast> Clone for CstTypeTable<'ast>
impl<'ast> Clone for CstTypeTable<'ast>
Source§fn clone(&self) -> CstTypeTable<'ast>
fn clone(&self) -> CstTypeTable<'ast>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'ast> Debug for CstTypeTable<'ast>
impl<'ast> Debug for CstTypeTable<'ast>
Source§impl<'ast> PartialEq for CstTypeTable<'ast>
impl<'ast> PartialEq for CstTypeTable<'ast>
impl<'ast> StructuralPartialEq for CstTypeTable<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for CstTypeTable<'ast>
impl<'ast> RefUnwindSafe for CstTypeTable<'ast>
impl<'ast> Send for CstTypeTable<'ast>
impl<'ast> Sync for CstTypeTable<'ast>
impl<'ast> Unpin for CstTypeTable<'ast>
impl<'ast> UnsafeUnpin for CstTypeTable<'ast>
impl<'ast> UnwindSafe for CstTypeTable<'ast>
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