pub struct PycParser {
pub version: (u32, u32),
/* private fields */
}Fields§
§version: (u32, u32)Implementations§
Auto Trait Implementations§
impl Freeze for PycParser
impl RefUnwindSafe for PycParser
impl !Send for PycParser
impl !Sync for PycParser
impl Unpin for PycParser
impl UnwindSafe for PycParser
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