pub struct EnableRule<'a> {
pub enable_span: Span,
pub modifier: Option<Span>,
pub rule_span: Span,
pub rule_name: Identifier<'a>,
}Expand description
PostgreSQL: ENABLE [ REPLICA | ALWAYS ] RULE rule_name
Fields§
§enable_span: Span§modifier: Option<Span>§rule_span: Span§rule_name: Identifier<'a>Trait Implementations§
Source§impl<'a> Clone for EnableRule<'a>
impl<'a> Clone for EnableRule<'a>
Source§fn clone(&self) -> EnableRule<'a>
fn clone(&self) -> EnableRule<'a>
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<'a> Debug for EnableRule<'a>
impl<'a> Debug for EnableRule<'a>
Auto Trait Implementations§
impl<'a> Freeze for EnableRule<'a>
impl<'a> RefUnwindSafe for EnableRule<'a>
impl<'a> Send for EnableRule<'a>
impl<'a> Sync for EnableRule<'a>
impl<'a> Unpin for EnableRule<'a>
impl<'a> UnsafeUnpin for EnableRule<'a>
impl<'a> UnwindSafe for EnableRule<'a>
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