pub struct LowerBoundUpperBoundReturn {
pub iterator: Option<i32>,
pub secondary: Option<Vec<u8>>,
pub primary: Option<Uint64>,
}Fields§
§iterator: Option<i32>§secondary: Option<Vec<u8>>§primary: Option<Uint64>Implementations§
Source§impl LowerBoundUpperBoundReturn
impl LowerBoundUpperBoundReturn
pub fn new<F1, F2, F3>( iterator: F1, secondary: F2, primary: F3, ) -> LowerBoundUpperBoundReturn
pub fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol, ) -> Result<LowerBoundUpperBoundReturn>
pub fn write_to_out_protocol( &self, o_prot: &mut dyn TOutputProtocol, ) -> Result<()>
Trait Implementations§
Source§impl Clone for LowerBoundUpperBoundReturn
impl Clone for LowerBoundUpperBoundReturn
Source§fn clone(&self) -> LowerBoundUpperBoundReturn
fn clone(&self) -> LowerBoundUpperBoundReturn
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 LowerBoundUpperBoundReturn
impl Debug for LowerBoundUpperBoundReturn
Source§impl Default for LowerBoundUpperBoundReturn
impl Default for LowerBoundUpperBoundReturn
Source§impl Hash for LowerBoundUpperBoundReturn
impl Hash for LowerBoundUpperBoundReturn
Source§impl Ord for LowerBoundUpperBoundReturn
impl Ord for LowerBoundUpperBoundReturn
Source§fn cmp(&self, other: &LowerBoundUpperBoundReturn) -> Ordering
fn cmp(&self, other: &LowerBoundUpperBoundReturn) -> 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 PartialOrd for LowerBoundUpperBoundReturn
impl PartialOrd for LowerBoundUpperBoundReturn
impl Eq for LowerBoundUpperBoundReturn
impl StructuralPartialEq for LowerBoundUpperBoundReturn
Auto Trait Implementations§
impl Freeze for LowerBoundUpperBoundReturn
impl RefUnwindSafe for LowerBoundUpperBoundReturn
impl Send for LowerBoundUpperBoundReturn
impl Sync for LowerBoundUpperBoundReturn
impl Unpin for LowerBoundUpperBoundReturn
impl UnwindSafe for LowerBoundUpperBoundReturn
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.