pub struct PgXml(pub String);Expand description
PostgreSQL XML type – a validated XML string.
On the wire, XML is just UTF-8 text with the XML OID.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl ToSql for PgXml
impl ToSql for PgXml
impl Eq for PgXml
impl StructuralPartialEq for PgXml
Auto Trait Implementations§
impl Freeze for PgXml
impl RefUnwindSafe for PgXml
impl Send for PgXml
impl Sync for PgXml
impl Unpin for PgXml
impl UnsafeUnpin for PgXml
impl UnwindSafe for PgXml
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.