pub struct PotatoHandle { /* private fields */ }Trait Implementations§
impl Collect for PotatoHandle
impl Sync for PotatoHandle
Auto Trait Implementations§
impl Freeze for PotatoHandle
impl RefUnwindSafe for PotatoHandle
impl !Send for PotatoHandle
impl Unpin for PotatoHandle
impl UnwindSafe for PotatoHandle
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