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