pub enum PycFile {}
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