Struct rorm_sql::create_column::SQLAnnotation
source · pub struct SQLAnnotation<'post_build> { /* private fields */ }Expand description
Representation of an annotation
Trait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more