Struct forma_render::prelude::Order
source · pub struct Order(_);Implementations§
Trait Implementations§
source§impl Ord for Order
impl Ord for Order
source§impl PartialOrd<Order> for Order
impl PartialOrd<Order> for Order
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl TryFrom<u32> for Order
impl TryFrom<u32> for Order
§type Error = OrderError
type Error = OrderError
The type returned in the event of a conversion error.
source§impl TryFrom<usize> for Order
impl TryFrom<usize> for Order
§type Error = OrderError
type Error = OrderError
The type returned in the event of a conversion error.
impl Copy for Order
impl Eq for Order
impl StructuralEq for Order
impl StructuralPartialEq for Order
Auto Trait Implementations§
impl RefUnwindSafe for Order
impl Send for Order
impl Sync for Order
impl Unpin for Order
impl UnwindSafe for Order
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.