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