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