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