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