pub struct Proid(/* private fields */);Implementations§
Trait Implementations§
impl Eq for Proid
impl StructuralPartialEq for Proid
Auto Trait Implementations§
impl Freeze for Proid
impl RefUnwindSafe for Proid
impl Send for Proid
impl Sync for Proid
impl Unpin for Proid
impl UnwindSafe for Proid
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