pub struct DisableRowLevelSecurity {
pub disable_span: Span,
pub row_span: Span,
pub level_span: Span,
pub security_span: Span,
}Expand description
PostgreSQL: DISABLE ROW LEVEL SECURITY
Fields§
§disable_span: Span§row_span: Span§level_span: Span§security_span: SpanTrait Implementations§
Source§impl Clone for DisableRowLevelSecurity
impl Clone for DisableRowLevelSecurity
Source§fn clone(&self) -> DisableRowLevelSecurity
fn clone(&self) -> DisableRowLevelSecurity
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 DisableRowLevelSecurity
impl Debug for DisableRowLevelSecurity
Auto Trait Implementations§
impl Freeze for DisableRowLevelSecurity
impl RefUnwindSafe for DisableRowLevelSecurity
impl Send for DisableRowLevelSecurity
impl Sync for DisableRowLevelSecurity
impl Unpin for DisableRowLevelSecurity
impl UnsafeUnpin for DisableRowLevelSecurity
impl UnwindSafe for DisableRowLevelSecurity
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