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