pub struct NonGoalRefusalSpec {
pub command: RefusalCommand,
pub identity: CommandIdentity,
pub representative_sql: &'static str,
}Expand description
One bounded PostgreSQL 18 syntax representative for an architectural refusal.
Fields§
§command: RefusalCommand§identity: CommandIdentity§representative_sql: &'static strTrait Implementations§
Source§impl Clone for NonGoalRefusalSpec
impl Clone for NonGoalRefusalSpec
Source§fn clone(&self) -> NonGoalRefusalSpec
fn clone(&self) -> NonGoalRefusalSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NonGoalRefusalSpec
Source§impl Debug for NonGoalRefusalSpec
impl Debug for NonGoalRefusalSpec
impl Eq for NonGoalRefusalSpec
Source§impl PartialEq for NonGoalRefusalSpec
impl PartialEq for NonGoalRefusalSpec
impl StructuralPartialEq for NonGoalRefusalSpec
Auto Trait Implementations§
impl Freeze for NonGoalRefusalSpec
impl RefUnwindSafe for NonGoalRefusalSpec
impl Send for NonGoalRefusalSpec
impl Sync for NonGoalRefusalSpec
impl Unpin for NonGoalRefusalSpec
impl UnsafeUnpin for NonGoalRefusalSpec
impl UnwindSafe for NonGoalRefusalSpec
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