Struct nektar::UniqueConstraintsRequest
source · pub struct UniqueConstraintsRequest {
pub cat_name: String,
pub db_name: String,
pub tbl_name: String,
}Fields§
§cat_name: String§db_name: String§tbl_name: StringImplementations§
Trait Implementations§
source§impl Clone for UniqueConstraintsRequest
impl Clone for UniqueConstraintsRequest
source§fn clone(&self) -> UniqueConstraintsRequest
fn clone(&self) -> UniqueConstraintsRequest
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 UniqueConstraintsRequest
impl Debug for UniqueConstraintsRequest
source§impl Hash for UniqueConstraintsRequest
impl Hash for UniqueConstraintsRequest
source§impl Ord for UniqueConstraintsRequest
impl Ord for UniqueConstraintsRequest
source§fn cmp(&self, other: &UniqueConstraintsRequest) -> Ordering
fn cmp(&self, other: &UniqueConstraintsRequest) -> 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 UniqueConstraintsRequest
impl PartialEq for UniqueConstraintsRequest
source§fn eq(&self, other: &UniqueConstraintsRequest) -> bool
fn eq(&self, other: &UniqueConstraintsRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for UniqueConstraintsRequest
impl PartialOrd for UniqueConstraintsRequest
source§fn partial_cmp(&self, other: &UniqueConstraintsRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &UniqueConstraintsRequest) -> 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 UniqueConstraintsRequest
impl TSerializable for UniqueConstraintsRequest
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol ) -> Result<UniqueConstraintsRequest>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for UniqueConstraintsRequest
impl StructuralEq for UniqueConstraintsRequest
impl StructuralPartialEq for UniqueConstraintsRequest
Auto Trait Implementations§
impl RefUnwindSafe for UniqueConstraintsRequest
impl Send for UniqueConstraintsRequest
impl Sync for UniqueConstraintsRequest
impl Unpin for UniqueConstraintsRequest
impl UnwindSafe for UniqueConstraintsRequest
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