pub struct PyVisit<'a> { /* private fields */ }
Expand description
Object visitor for GC.
Implementations§
Source§impl PyVisit<'_>
impl PyVisit<'_>
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<'a> Freeze for PyVisit<'a>
impl<'a> RefUnwindSafe for PyVisit<'a>
impl<'a> !Send for PyVisit<'a>
impl<'a> !Sync for PyVisit<'a>
impl<'a> Unpin for PyVisit<'a>
impl<'a> UnwindSafe for PyVisit<'a>
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