pub struct ReflectPgDefaultAcl {
pub defaclrole: String,
pub defaclnamespace: Option<String>,
pub defaclobjtype: i8,
pub defaclacl: Option<Vec<AcldefaultAclitem>>,
}Fields§
§defaclrole: String§defaclnamespace: Option<String>§defaclobjtype: i8§defaclacl: Option<Vec<AcldefaultAclitem>>Trait Implementations§
Source§impl Clone for ReflectPgDefaultAcl
impl Clone for ReflectPgDefaultAcl
Source§fn clone(&self) -> ReflectPgDefaultAcl
fn clone(&self) -> ReflectPgDefaultAcl
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 ReflectPgDefaultAcl
impl Debug for ReflectPgDefaultAcl
Source§impl<'a> From<ReflectPgDefaultAclBorrowed<'a>> for ReflectPgDefaultAcl
impl<'a> From<ReflectPgDefaultAclBorrowed<'a>> for ReflectPgDefaultAcl
Source§fn from(_: ReflectPgDefaultAclBorrowed<'a>) -> Self
fn from(_: ReflectPgDefaultAclBorrowed<'a>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReflectPgDefaultAcl
impl PartialEq for ReflectPgDefaultAcl
impl StructuralPartialEq for ReflectPgDefaultAcl
Auto Trait Implementations§
impl Freeze for ReflectPgDefaultAcl
impl RefUnwindSafe for ReflectPgDefaultAcl
impl Send for ReflectPgDefaultAcl
impl Sync for ReflectPgDefaultAcl
impl Unpin for ReflectPgDefaultAcl
impl UnsafeUnpin for ReflectPgDefaultAcl
impl UnwindSafe for ReflectPgDefaultAcl
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