pub struct PycFile {
pub python_version: PyVersion,
pub timestamp: Option<u32>,
pub hash: u64,
pub object: Object,
pub references: Vec<Object>,
}Fields§
§python_version: PyVersion§timestamp: Option<u32>§hash: u64§object: Object§references: Vec<Object>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PycFile
impl RefUnwindSafe for PycFile
impl Send for PycFile
impl Sync for PycFile
impl Unpin for PycFile
impl UnwindSafe for PycFile
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