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