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