pub enum AccountProfile {
Vip,
Normal,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AccountProfile
impl Clone for AccountProfile
Source§fn clone(&self) -> AccountProfile
fn clone(&self) -> AccountProfile
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 AccountProfile
Source§impl Debug for AccountProfile
impl Debug for AccountProfile
impl Eq for AccountProfile
Source§impl PartialEq for AccountProfile
impl PartialEq for AccountProfile
impl StructuralPartialEq for AccountProfile
Auto Trait Implementations§
impl Freeze for AccountProfile
impl RefUnwindSafe for AccountProfile
impl Send for AccountProfile
impl Sync for AccountProfile
impl Unpin for AccountProfile
impl UnsafeUnpin for AccountProfile
impl UnwindSafe for AccountProfile
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