pub enum CstTypeTableItemKind {
Indexer,
Property,
StringProperty,
}Variants§
Trait Implementations§
Source§impl Clone for CstTypeTableItemKind
impl Clone for CstTypeTableItemKind
Source§fn clone(&self) -> CstTypeTableItemKind
fn clone(&self) -> CstTypeTableItemKind
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 moreimpl Copy for CstTypeTableItemKind
Source§impl Debug for CstTypeTableItemKind
impl Debug for CstTypeTableItemKind
impl Eq for CstTypeTableItemKind
Source§impl PartialEq for CstTypeTableItemKind
impl PartialEq for CstTypeTableItemKind
impl StructuralPartialEq for CstTypeTableItemKind
Auto Trait Implementations§
impl Freeze for CstTypeTableItemKind
impl RefUnwindSafe for CstTypeTableItemKind
impl Send for CstTypeTableItemKind
impl Sync for CstTypeTableItemKind
impl Unpin for CstTypeTableItemKind
impl UnsafeUnpin for CstTypeTableItemKind
impl UnwindSafe for CstTypeTableItemKind
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