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