pub struct BoundSchemaRow {
pub name: String,
pub tuple: Option<SchemaTupleIdentity>,
pub role_owner: RoleIdentity,
pub acl: Option<Vec<BoundAclEntry<SchemaPrivileges>>>,
}Expand description
Schema security with role incarnations, independent of current display names.
Fields§
§name: String§tuple: Option<SchemaTupleIdentity>§role_owner: RoleIdentity§acl: Option<Vec<BoundAclEntry<SchemaPrivileges>>>Implementations§
Trait Implementations§
Source§impl Clone for BoundSchemaRow
impl Clone for BoundSchemaRow
Source§impl Debug for BoundSchemaRow
impl Debug for BoundSchemaRow
Source§impl<'de> Deserialize<'de> for BoundSchemaRow
impl<'de> Deserialize<'de> for BoundSchemaRow
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for BoundSchemaRow
Source§impl PartialEq for BoundSchemaRow
impl PartialEq for BoundSchemaRow
Source§impl Serialize for BoundSchemaRow
impl Serialize for BoundSchemaRow
impl StructuralPartialEq for BoundSchemaRow
Auto Trait Implementations§
impl Freeze for BoundSchemaRow
impl RefUnwindSafe for BoundSchemaRow
impl Send for BoundSchemaRow
impl Sync for BoundSchemaRow
impl Unpin for BoundSchemaRow
impl UnsafeUnpin for BoundSchemaRow
impl UnwindSafe for BoundSchemaRow
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