pub struct AnnGenerationRepository<'a> { /* private fields */ }Implementations§
Source§impl<'a> AnnGenerationRepository<'a>
impl<'a> AnnGenerationRepository<'a>
pub const fn new(conn: &'a Connection) -> Self
pub fn get(&self, profile: Uuid) -> Result<AnnGeneration>
pub fn verify_full_scan(&self, profile: Uuid) -> Result<()>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for AnnGenerationRepository<'a>
impl<'a> !Send for AnnGenerationRepository<'a>
impl<'a> !Sync for AnnGenerationRepository<'a>
impl<'a> !UnwindSafe for AnnGenerationRepository<'a>
impl<'a> Freeze for AnnGenerationRepository<'a>
impl<'a> Unpin for AnnGenerationRepository<'a>
impl<'a> UnsafeUnpin for AnnGenerationRepository<'a>
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