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