pub struct FieldAttrParser;Implementations§
Source§impl FieldAttrParser
impl FieldAttrParser
pub fn parse<'a>( field: &'a Field, external_column_name: Option<String>, ) -> TableColumnDef<'a>
pub fn parse_field_attr<'a>(attr: &'a Attribute) -> TableColumnDef<'a>
Auto Trait Implementations§
impl Freeze for FieldAttrParser
impl RefUnwindSafe for FieldAttrParser
impl Send for FieldAttrParser
impl Sync for FieldAttrParser
impl Unpin for FieldAttrParser
impl UnsafeUnpin for FieldAttrParser
impl UnwindSafe for FieldAttrParser
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