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