pub struct Line;Trait Implementations§
impl Assignable for Line
impl Assignable<Line> for Any
impl Compatible for Line
impl Compatible<Any> for Line
impl Compatible<Line> for Any
impl Compatible<Placeholder> for Line
impl Copy for Line
impl DataType for Line
Source§impl DefaultCastTypeName for Line
impl DefaultCastTypeName for Line
const CAST_TYPE_NAME: &'static str = "LINE"
impl Eq for Line
Source§impl SQLTypeToRust<PostgresDialect> for Line
impl SQLTypeToRust<PostgresDialect> for Line
impl StructuralPartialEq for Line
Auto Trait Implementations§
impl Freeze for Line
impl RefUnwindSafe for Line
impl Send for Line
impl Sync for Line
impl Unpin for Line
impl UnsafeUnpin for Line
impl UnwindSafe for Line
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