pub struct Rect;Trait Implementations§
impl Assignable for Rect
impl Assignable<Rect> for Any
impl Compatible for Rect
impl Compatible<Any> for Rect
impl Compatible<Placeholder> for Rect
impl Compatible<Rect> for Any
impl Copy for Rect
impl DataType for Rect
Source§impl DefaultCastTypeName for Rect
impl DefaultCastTypeName for Rect
const CAST_TYPE_NAME: &'static str = "BOX"
impl Eq for Rect
Source§impl SQLTypeToRust<PostgresDialect> for Rect
Available on non-crate feature geo-types only.
impl SQLTypeToRust<PostgresDialect> for Rect
Available on non-crate feature
geo-types only.impl StructuralPartialEq for Rect
Auto Trait Implementations§
impl Freeze for Rect
impl RefUnwindSafe for Rect
impl Send for Rect
impl Sync for Rect
impl Unpin for Rect
impl UnsafeUnpin for Rect
impl UnwindSafe for Rect
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