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