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