pub struct RawColumnDefinition41 { /* private fields */ }Trait Implementations§
Source§impl From<RawColumnDefinition41> for ColumnDefinition41
impl From<RawColumnDefinition41> for ColumnDefinition41
Source§fn from(r: RawColumnDefinition41) -> Self
fn from(r: RawColumnDefinition41) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RawColumnDefinition41
impl RefUnwindSafe for RawColumnDefinition41
impl Send for RawColumnDefinition41
impl Sync for RawColumnDefinition41
impl Unpin for RawColumnDefinition41
impl UnwindSafe for RawColumnDefinition41
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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