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