Struct postgres_protocol::types::Box
source · pub struct Box { /* private fields */ }
Expand description
A Postgres box.
Implementations§
source§impl Box
impl Box
sourcepub fn upper_right(&self) -> Point
pub fn upper_right(&self) -> Point
Returns the upper right corner of the box.
sourcepub fn lower_left(&self) -> Point
pub fn lower_left(&self) -> Point
Returns the lower left corner of the box.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Box
impl Send for Box
impl Sync for Box
impl Unpin for Box
impl UnwindSafe for Box
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