pub struct ImportOrder(pub i64);Tuple Fields§
§0: i64Implementations§
Source§impl ImportOrder
impl ImportOrder
pub const DEFAULT: ImportOrder
pub const SCENE: ImportOrder
Trait Implementations§
Source§impl Clone for ImportOrder
impl Clone for ImportOrder
Source§fn clone(&self) -> ImportOrder
fn clone(&self) -> ImportOrder
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 ImportOrder
impl Debug for ImportOrder
Source§impl From<ImportOrder> for i64
impl From<ImportOrder> for i64
Source§fn from(v: ImportOrder) -> Self
fn from(v: ImportOrder) -> Self
Converts to this type from the input type.
Source§impl From<i64> for ImportOrder
impl From<i64> for ImportOrder
Source§impl FromVariant for ImportOrder
impl FromVariant for ImportOrder
fn from_variant(v: &Variant) -> Result<Self, FromVariantError>
Source§impl Hash for ImportOrder
impl Hash for ImportOrder
Source§impl Ord for ImportOrder
impl Ord for ImportOrder
Source§fn cmp(&self, other: &ImportOrder) -> Ordering
fn cmp(&self, other: &ImportOrder) -> 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 ImportOrder
impl PartialEq for ImportOrder
Source§impl PartialOrd for ImportOrder
impl PartialOrd for ImportOrder
impl Copy for ImportOrder
impl Eq for ImportOrder
impl StructuralPartialEq for ImportOrder
Auto Trait Implementations§
impl Freeze for ImportOrder
impl RefUnwindSafe for ImportOrder
impl Send for ImportOrder
impl Sync for ImportOrder
impl Unpin for ImportOrder
impl UnwindSafe for ImportOrder
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> 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.