pub struct SQLAnnotation<'post_build> { /* private fields */ }
Expand description
Representation of an annotation
Trait Implementations§
Auto Trait Implementations§
impl<'post_build> Freeze for SQLAnnotation<'post_build>
impl<'post_build> RefUnwindSafe for SQLAnnotation<'post_build>
impl<'post_build> Send for SQLAnnotation<'post_build>
impl<'post_build> Sync for SQLAnnotation<'post_build>
impl<'post_build> Unpin for SQLAnnotation<'post_build>
impl<'post_build> UnwindSafe for SQLAnnotation<'post_build>
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