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