Struct pkgcraft::pkg::ebuild::UpstreamMaintainer
source · #[repr(C)]pub struct UpstreamMaintainer { /* private fields */ }Expand description
Wrapper for upstream package maintainers.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UpstreamMaintainer
impl !Send for UpstreamMaintainer
impl !Sync for UpstreamMaintainer
impl Unpin for UpstreamMaintainer
impl UnwindSafe for UpstreamMaintainer
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