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