pub struct ReflectPgTransform {
pub trftype: String,
pub trflang: String,
pub trffromsql: Option<String>,
pub trftosql: Option<String>,
}Fields§
§trftype: String§trflang: String§trffromsql: Option<String>§trftosql: Option<String>Trait Implementations§
Source§impl Clone for ReflectPgTransform
impl Clone for ReflectPgTransform
Source§fn clone(&self) -> ReflectPgTransform
fn clone(&self) -> ReflectPgTransform
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReflectPgTransform
impl Debug for ReflectPgTransform
Source§impl<'a> From<ReflectPgTransformBorrowed<'a>> for ReflectPgTransform
impl<'a> From<ReflectPgTransformBorrowed<'a>> for ReflectPgTransform
Source§fn from(_: ReflectPgTransformBorrowed<'a>) -> Self
fn from(_: ReflectPgTransformBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgTransform
impl PartialEq for ReflectPgTransform
impl StructuralPartialEq for ReflectPgTransform
Auto Trait Implementations§
impl Freeze for ReflectPgTransform
impl RefUnwindSafe for ReflectPgTransform
impl Send for ReflectPgTransform
impl Sync for ReflectPgTransform
impl Unpin for ReflectPgTransform
impl UnsafeUnpin for ReflectPgTransform
impl UnwindSafe for ReflectPgTransform
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