Struct postgres_protocol::types::Box [−][src]
pub struct Box { /* fields omitted */ }
Expand description
A Postgres box.
Implementations
Returns the upper right corner of the box.
Returns the lower left corner of the box.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Box
impl UnwindSafe for Box
Blanket Implementations
Mutably borrows from an owned value. Read more