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