Struct silver_platter::Prober
source · pub struct Prober(/* private fields */);Implementations§
Trait Implementations§
source§impl FromPyObject<'_> for Prober
impl FromPyObject<'_> for Prober
Auto Trait Implementations§
impl Freeze for Prober
impl !RefUnwindSafe for Prober
impl Send for Prober
impl Sync for Prober
impl Unpin for Prober
impl UnwindSafe for Prober
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