#[repr(C)]pub struct Maintainer { /* private fields */ }Expand description
Wrapper for package maintainers.
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more