Struct postgres_protocol::message::backend::CommandCompleteBody
source · pub struct CommandCompleteBody { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl !Freeze for CommandCompleteBody
impl RefUnwindSafe for CommandCompleteBody
impl Send for CommandCompleteBody
impl Sync for CommandCompleteBody
impl Unpin for CommandCompleteBody
impl UnwindSafe for CommandCompleteBody
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