pub struct RelationColumn<'a> {
pub flags: u8,
pub name: Cow<'a, str>,
pub type_oid: u32,
pub type_modifier: i32,
}Fields§
§flags: u8§name: Cow<'a, str>§type_oid: u32§type_modifier: i32Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RelationColumn<'a>
impl<'a> RefUnwindSafe for RelationColumn<'a>
impl<'a> Send for RelationColumn<'a>
impl<'a> Sync for RelationColumn<'a>
impl<'a> Unpin for RelationColumn<'a>
impl<'a> UnsafeUnpin for RelationColumn<'a>
impl<'a> UnwindSafe for RelationColumn<'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