pub enum PlayerBarPosition {
Bottom,
Top,
}Variants§
Trait Implementations§
Source§impl Clone for PlayerBarPosition
impl Clone for PlayerBarPosition
Source§fn clone(&self) -> PlayerBarPosition
fn clone(&self) -> PlayerBarPosition
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 PlayerBarPosition
Source§impl Debug for PlayerBarPosition
impl Debug for PlayerBarPosition
Source§impl Default for PlayerBarPosition
impl Default for PlayerBarPosition
Source§fn default() -> PlayerBarPosition
fn default() -> PlayerBarPosition
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlayerBarPosition
impl<'de> Deserialize<'de> for PlayerBarPosition
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 PartialEq for PlayerBarPosition
impl PartialEq for PlayerBarPosition
Source§fn eq(&self, other: &PlayerBarPosition) -> bool
fn eq(&self, other: &PlayerBarPosition) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PlayerBarPosition
impl Serialize for PlayerBarPosition
impl StructuralPartialEq for PlayerBarPosition
Auto Trait Implementations§
impl Freeze for PlayerBarPosition
impl RefUnwindSafe for PlayerBarPosition
impl Send for PlayerBarPosition
impl Sync for PlayerBarPosition
impl Unpin for PlayerBarPosition
impl UnsafeUnpin for PlayerBarPosition
impl UnwindSafe for PlayerBarPosition
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