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 duplicate 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§impl PartialOrd for PartitionValuesResponse
impl PartialOrd for PartitionValuesResponse
Source§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 StructuralPartialEq for PartitionValuesResponse
Auto Trait Implementations§
impl Freeze for PartitionValuesResponse
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