pub struct PyVisit<'p> { /* private fields */ }
Expand description
Object visitor for GC.
Implementations§
Source§impl<'p> PyVisit<'p>
impl<'p> PyVisit<'p>
Sourcepub fn call<T>(&self, obj: &T) -> Result<(), PyTraverseError>where
T: AsPyPointer,
pub fn call<T>(&self, obj: &T) -> Result<(), PyTraverseError>where
T: AsPyPointer,
Visit obj
.
Trait Implementations§
Auto Trait Implementations§
impl<'p> Freeze for PyVisit<'p>
impl<'p> RefUnwindSafe for PyVisit<'p>
impl<'p> !Send for PyVisit<'p>
impl<'p> !Sync for PyVisit<'p>
impl<'p> Unpin for PyVisit<'p>
impl<'p> UnwindSafe for PyVisit<'p>
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