pub struct ShType {
pub name: String,
pub slots: usize,
pub prim: bool,
pub fields: Vec<ShTypeField>,
}
Fields§
§name: String
§slots: usize
§prim: bool
§fields: Vec<ShTypeField>
Trait Implementations§
impl StructuralPartialEq for ShType
Auto Trait Implementations§
impl Freeze for ShType
impl RefUnwindSafe for ShType
impl Send for ShType
impl Sync for ShType
impl Unpin for ShType
impl UnwindSafe for ShType
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