pub struct PgBox {
pub upper_right: PgPoint,
pub lower_left: PgPoint,
}Expand description
PostgreSQL BOX type – 32 bytes (4 x f64), axis-aligned bounding box.
Fields§
§upper_right: PgPoint§lower_left: PgPointTrait Implementations§
Source§impl ToSql for PgBox
impl ToSql for PgBox
impl Copy for PgBox
impl StructuralPartialEq for PgBox
Auto Trait Implementations§
impl Freeze for PgBox
impl RefUnwindSafe for PgBox
impl Send for PgBox
impl Sync for PgBox
impl Unpin for PgBox
impl UnsafeUnpin for PgBox
impl UnwindSafe for PgBox
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