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