pub struct IteratorPrimaryReturn {
pub iterator: Option<i32>,
pub primary: Option<Uint64>,
}Fields§
§iterator: Option<i32>§primary: Option<Uint64>Implementations§
Source§impl IteratorPrimaryReturn
impl IteratorPrimaryReturn
pub fn new<F1, F2>(iterator: F1, primary: F2) -> IteratorPrimaryReturn
pub fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol, ) -> Result<IteratorPrimaryReturn>
pub fn write_to_out_protocol( &self, o_prot: &mut dyn TOutputProtocol, ) -> Result<()>
Trait Implementations§
Source§impl Clone for IteratorPrimaryReturn
impl Clone for IteratorPrimaryReturn
Source§fn clone(&self) -> IteratorPrimaryReturn
fn clone(&self) -> IteratorPrimaryReturn
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 IteratorPrimaryReturn
impl Debug for IteratorPrimaryReturn
Source§impl Default for IteratorPrimaryReturn
impl Default for IteratorPrimaryReturn
Source§impl Hash for IteratorPrimaryReturn
impl Hash for IteratorPrimaryReturn
Source§impl Ord for IteratorPrimaryReturn
impl Ord for IteratorPrimaryReturn
Source§fn cmp(&self, other: &IteratorPrimaryReturn) -> Ordering
fn cmp(&self, other: &IteratorPrimaryReturn) -> 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 IteratorPrimaryReturn
impl PartialEq for IteratorPrimaryReturn
Source§impl PartialOrd for IteratorPrimaryReturn
impl PartialOrd for IteratorPrimaryReturn
impl Eq for IteratorPrimaryReturn
impl StructuralPartialEq for IteratorPrimaryReturn
Auto Trait Implementations§
impl Freeze for IteratorPrimaryReturn
impl RefUnwindSafe for IteratorPrimaryReturn
impl Send for IteratorPrimaryReturn
impl Sync for IteratorPrimaryReturn
impl Unpin for IteratorPrimaryReturn
impl UnwindSafe for IteratorPrimaryReturn
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.