pub struct ReflectPgRules {
pub schemaname: String,
pub tablename: String,
pub rulename: String,
pub definition: String,
pub description: Option<String>,
}Fields§
§schemaname: String§tablename: String§rulename: String§definition: String§description: Option<String>Trait Implementations§
Source§impl Clone for ReflectPgRules
impl Clone for ReflectPgRules
Source§fn clone(&self) -> ReflectPgRules
fn clone(&self) -> ReflectPgRules
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 ReflectPgRules
impl Debug for ReflectPgRules
Source§impl<'a> From<ReflectPgRulesBorrowed<'a>> for ReflectPgRules
impl<'a> From<ReflectPgRulesBorrowed<'a>> for ReflectPgRules
Source§fn from(_: ReflectPgRulesBorrowed<'a>) -> Self
fn from(_: ReflectPgRulesBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgRules
impl PartialEq for ReflectPgRules
impl StructuralPartialEq for ReflectPgRules
Auto Trait Implementations§
impl Freeze for ReflectPgRules
impl RefUnwindSafe for ReflectPgRules
impl Send for ReflectPgRules
impl Sync for ReflectPgRules
impl Unpin for ReflectPgRules
impl UnsafeUnpin for ReflectPgRules
impl UnwindSafe for ReflectPgRules
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