pub struct ReflectPgCast {
pub castsource: String,
pub casttarget: String,
pub castfunc: Option<String>,
pub castcontext: i8,
pub castmethod: i8,
pub description: Option<String>,
}Fields§
§castsource: String§casttarget: String§castfunc: Option<String>§castcontext: i8§castmethod: i8§description: Option<String>Trait Implementations§
Source§impl Clone for ReflectPgCast
impl Clone for ReflectPgCast
Source§fn clone(&self) -> ReflectPgCast
fn clone(&self) -> ReflectPgCast
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 ReflectPgCast
impl Debug for ReflectPgCast
Source§impl<'a> From<ReflectPgCastBorrowed<'a>> for ReflectPgCast
impl<'a> From<ReflectPgCastBorrowed<'a>> for ReflectPgCast
Source§fn from(_: ReflectPgCastBorrowed<'a>) -> Self
fn from(_: ReflectPgCastBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgCast
impl PartialEq for ReflectPgCast
impl StructuralPartialEq for ReflectPgCast
Auto Trait Implementations§
impl Freeze for ReflectPgCast
impl RefUnwindSafe for ReflectPgCast
impl Send for ReflectPgCast
impl Sync for ReflectPgCast
impl Unpin for ReflectPgCast
impl UnsafeUnpin for ReflectPgCast
impl UnwindSafe for ReflectPgCast
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