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