pub struct BlockAndOrdering { /* private fields */ }Implementations§
Source§impl BlockAndOrdering
impl BlockAndOrdering
pub fn idf_context_block_and_ordering_operator_lt( &self, rhs: &BlockAndOrdering, ) -> bool
Trait Implementations§
Source§impl Clone for BlockAndOrdering
impl Clone for BlockAndOrdering
Source§fn clone(&self) -> BlockAndOrdering
fn clone(&self) -> BlockAndOrdering
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BlockAndOrdering
Source§impl Debug for BlockAndOrdering
impl Debug for BlockAndOrdering
impl Eq for BlockAndOrdering
Source§impl Hash for BlockAndOrdering
impl Hash for BlockAndOrdering
Source§impl Ord for BlockAndOrdering
impl Ord for BlockAndOrdering
1.21.0 (const: unstable) · 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 BlockAndOrdering
impl PartialEq for BlockAndOrdering
Source§fn eq(&self, other: &BlockAndOrdering) -> bool
fn eq(&self, other: &BlockAndOrdering) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BlockAndOrdering
impl PartialOrd for BlockAndOrdering
impl StructuralPartialEq for BlockAndOrdering
Auto Trait Implementations§
impl Freeze for BlockAndOrdering
impl RefUnwindSafe for BlockAndOrdering
impl Send for BlockAndOrdering
impl Sync for BlockAndOrdering
impl Unpin for BlockAndOrdering
impl UnsafeUnpin for BlockAndOrdering
impl UnwindSafe for BlockAndOrdering
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