pub struct PgInfo { /* private fields */ }Trait Implementations§
Source§impl Ord for PgInfo
impl Ord for PgInfo
Source§impl PartialOrd for PgInfo
impl PartialOrd for PgInfo
impl Eq for PgInfo
impl StructuralPartialEq for PgInfo
Auto Trait Implementations§
impl Freeze for PgInfo
impl RefUnwindSafe for PgInfo
impl Send for PgInfo
impl Sync for PgInfo
impl Unpin for PgInfo
impl UnwindSafe for PgInfo
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