pub struct RepoQuery;
Expand description
Handles repo queries
§This struct handles all repo
related queries like dropping a repo or creating one
#[derive(Debug, Clone)]
pub struct RepoQuery;
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RepoQuery
impl RefUnwindSafe for RepoQuery
impl Send for RepoQuery
impl Sync for RepoQuery
impl Unpin for RepoQuery
impl UnwindSafe for RepoQuery
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