pub struct RepositoryContributionType {}Auto Trait Implementations§
impl Freeze for RepositoryContributionType
impl RefUnwindSafe for RepositoryContributionType
impl Send for RepositoryContributionType
impl Sync for RepositoryContributionType
impl Unpin for RepositoryContributionType
impl UnwindSafe for RepositoryContributionType
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