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