pub struct PStruct {
pub container: PContainer,
pub kind: PStructKind,
}Expand description
Parse struct
Fields§
§container: PContainerContainer information
kind: PStructKindKind of struct
Implementations§
Auto Trait Implementations§
impl Freeze for PStruct
impl RefUnwindSafe for PStruct
impl !Send for PStruct
impl !Sync for PStruct
impl Unpin for PStruct
impl UnwindSafe for PStruct
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