pub enum PropertyStaffEnum {
Maid,
Guard,
Doctor,
Pilot,
Butler,
}
Variants§
Trait Implementations§
Source§impl Clone for PropertyStaffEnum
impl Clone for PropertyStaffEnum
Source§fn clone(&self) -> PropertyStaffEnum
fn clone(&self) -> PropertyStaffEnum
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PropertyStaffEnum
impl Debug for PropertyStaffEnum
Source§impl<'de> Deserialize<'de> for PropertyStaffEnum
impl<'de> Deserialize<'de> for PropertyStaffEnum
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 Display for PropertyStaffEnum
impl Display for PropertyStaffEnum
Source§impl Hash for PropertyStaffEnum
impl Hash for PropertyStaffEnum
Source§impl PartialEq for PropertyStaffEnum
impl PartialEq for PropertyStaffEnum
impl Copy for PropertyStaffEnum
impl Eq for PropertyStaffEnum
impl StructuralPartialEq for PropertyStaffEnum
Auto Trait Implementations§
impl Freeze for PropertyStaffEnum
impl RefUnwindSafe for PropertyStaffEnum
impl Send for PropertyStaffEnum
impl Sync for PropertyStaffEnum
impl Unpin for PropertyStaffEnum
impl UnwindSafe for PropertyStaffEnum
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