#[repr(C)]pub struct PkError {
pub parent: PkSource,
pub priv_: *mut PkErrorPrivate,
}
Fields§
§parent: PkSource
§priv_: *mut PkErrorPrivate
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PkError
impl RefUnwindSafe for PkError
impl !Send for PkError
impl !Sync for PkError
impl Unpin for PkError
impl UnwindSafe for PkError
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