#[repr(C)]pub struct _PkErrorPrivate(/* private fields */);Auto Trait Implementations§
impl Freeze for _PkErrorPrivate
impl RefUnwindSafe for _PkErrorPrivate
impl Send for _PkErrorPrivate
impl Sync for _PkErrorPrivate
impl Unpin for _PkErrorPrivate
impl UnwindSafe for _PkErrorPrivate
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