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