Enum miHoYo_API::typing::OrnamentType
source · pub enum OrnamentType {
PlanarSphere,
LinkRope,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for OrnamentType
impl Clone for OrnamentType
source§fn clone(&self) -> OrnamentType
fn clone(&self) -> OrnamentType
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 OrnamentType
impl Debug for OrnamentType
source§impl Hash for OrnamentType
impl Hash for OrnamentType
source§impl PartialEq for OrnamentType
impl PartialEq for OrnamentType
source§fn eq(&self, other: &OrnamentType) -> bool
fn eq(&self, other: &OrnamentType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for OrnamentType
impl Eq for OrnamentType
impl StructuralEq for OrnamentType
impl StructuralPartialEq for OrnamentType
Auto Trait Implementations§
impl RefUnwindSafe for OrnamentType
impl Send for OrnamentType
impl Sync for OrnamentType
impl Unpin for OrnamentType
impl UnwindSafe for OrnamentType
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 Q
impl<Q, K> Equivalent<K> for Q
§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 Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.