Struct postgres_replication::protocol::TypeBody
source · pub struct TypeBody { /* private fields */ }
Expand description
A Type replication message
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for TypeBody
impl RefUnwindSafe for TypeBody
impl Send for TypeBody
impl Sync for TypeBody
impl Unpin for TypeBody
impl UnwindSafe for TypeBody
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