Struct oxygengine_ha_renderer::pipeline::render_queue::GroupOrder
source · pub struct GroupOrder(/* private fields */);
Trait Implementations§
source§impl Clone for GroupOrder
impl Clone for GroupOrder
source§fn clone(&self) -> GroupOrder
fn clone(&self) -> GroupOrder
Returns a copy 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 GroupOrder
impl Debug for GroupOrder
source§impl<'de> Deserialize<'de> for GroupOrder
impl<'de> Deserialize<'de> for GroupOrder
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Ord for GroupOrder
impl Ord for GroupOrder
source§fn cmp(&self, other: &GroupOrder) -> Ordering
fn cmp(&self, other: &GroupOrder) -> 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<GroupOrder> for GroupOrder
impl PartialEq<GroupOrder> for GroupOrder
source§fn eq(&self, other: &GroupOrder) -> bool
fn eq(&self, other: &GroupOrder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<GroupOrder> for GroupOrder
impl PartialOrd<GroupOrder> for GroupOrder
source§fn partial_cmp(&self, other: &GroupOrder) -> Option<Ordering>
fn partial_cmp(&self, other: &GroupOrder) -> Option<Ordering>
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 Serialize for GroupOrder
impl Serialize for GroupOrder
impl Copy for GroupOrder
impl Eq for GroupOrder
impl StructuralEq for GroupOrder
impl StructuralPartialEq for GroupOrder
Auto Trait Implementations§
impl RefUnwindSafe for GroupOrder
impl Send for GroupOrder
impl Sync for GroupOrder
impl Unpin for GroupOrder
impl UnwindSafe for GroupOrder
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
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more