pub struct StructDetail { /* private fields */ }
Expand description
A StructDetail represents a struct type
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StructDetail
impl RefUnwindSafe for StructDetail
impl Send for StructDetail
impl Sync for StructDetail
impl Unpin for StructDetail
impl UnwindSafe for StructDetail
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