pub enum StructType {
Unit,
Record(&'static [(&'static str, TypeId)]),
Tuple(&'static [TypeId]),
}
Variants§
Trait Implementations§
Source§impl Debug for StructType
impl Debug for StructType
Source§impl PartialEq for StructType
impl PartialEq for StructType
impl Eq for StructType
impl StructuralPartialEq for StructType
Auto Trait Implementations§
impl Freeze for StructType
impl RefUnwindSafe for StructType
impl Send for StructType
impl Sync for StructType
impl Unpin for StructType
impl UnwindSafe for StructType
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