Struct nektar::DefaultConstraintsResponse
source · pub struct DefaultConstraintsResponse {
pub default_constraints: Vec<SQLDefaultConstraint>,
}Fields§
§default_constraints: Vec<SQLDefaultConstraint>Implementations§
source§impl DefaultConstraintsResponse
impl DefaultConstraintsResponse
pub fn new( default_constraints: Vec<SQLDefaultConstraint> ) -> DefaultConstraintsResponse
Trait Implementations§
source§impl Clone for DefaultConstraintsResponse
impl Clone for DefaultConstraintsResponse
source§fn clone(&self) -> DefaultConstraintsResponse
fn clone(&self) -> DefaultConstraintsResponse
Returns a copy 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 DefaultConstraintsResponse
impl Debug for DefaultConstraintsResponse
source§impl Hash for DefaultConstraintsResponse
impl Hash for DefaultConstraintsResponse
source§impl Ord for DefaultConstraintsResponse
impl Ord for DefaultConstraintsResponse
source§fn cmp(&self, other: &DefaultConstraintsResponse) -> Ordering
fn cmp(&self, other: &DefaultConstraintsResponse) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for DefaultConstraintsResponse
impl PartialEq for DefaultConstraintsResponse
source§fn eq(&self, other: &DefaultConstraintsResponse) -> bool
fn eq(&self, other: &DefaultConstraintsResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for DefaultConstraintsResponse
impl PartialOrd for DefaultConstraintsResponse
source§fn partial_cmp(&self, other: &DefaultConstraintsResponse) -> Option<Ordering>
fn partial_cmp(&self, other: &DefaultConstraintsResponse) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl TSerializable for DefaultConstraintsResponse
impl TSerializable for DefaultConstraintsResponse
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol ) -> Result<DefaultConstraintsResponse>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for DefaultConstraintsResponse
impl StructuralEq for DefaultConstraintsResponse
impl StructuralPartialEq for DefaultConstraintsResponse
Auto Trait Implementations§
impl RefUnwindSafe for DefaultConstraintsResponse
impl Send for DefaultConstraintsResponse
impl Sync for DefaultConstraintsResponse
impl Unpin for DefaultConstraintsResponse
impl UnwindSafe for DefaultConstraintsResponse
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