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