pub struct StructType<'ty> {
pub fields: &'ty [Field<'ty>],
}Fields§
§fields: &'ty [Field<'ty>]Trait Implementations§
Auto Trait Implementations§
impl<'ty> Freeze for StructType<'ty>
impl<'ty> RefUnwindSafe for StructType<'ty>
impl<'ty> Send for StructType<'ty>
impl<'ty> Sync for StructType<'ty>
impl<'ty> Unpin for StructType<'ty>
impl<'ty> UnsafeUnpin for StructType<'ty>
impl<'ty> UnwindSafe for StructType<'ty>
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