Struct pkgcraft::logging::PkgcraftLog
source · #[repr(C)]pub struct PkgcraftLog { /* private fields */ }Trait Implementations§
source§impl Drop for PkgcraftLog
impl Drop for PkgcraftLog
Auto Trait Implementations§
impl RefUnwindSafe for PkgcraftLog
impl !Send for PkgcraftLog
impl !Sync for PkgcraftLog
impl Unpin for PkgcraftLog
impl UnwindSafe for PkgcraftLog
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