pub enum UnifiedEntityType {
Organization,
Project,
Group,
Channel,
Person,
}Expand description
Entity type enumeration used by UI layers.
Variants§
Trait Implementations§
Source§impl Clone for UnifiedEntityType
impl Clone for UnifiedEntityType
Source§fn clone(&self) -> UnifiedEntityType
fn clone(&self) -> UnifiedEntityType
Returns a duplicate 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 UnifiedEntityType
impl Debug for UnifiedEntityType
Source§impl PartialEq for UnifiedEntityType
impl PartialEq for UnifiedEntityType
impl Copy for UnifiedEntityType
impl Eq for UnifiedEntityType
impl StructuralPartialEq for UnifiedEntityType
Auto Trait Implementations§
impl Freeze for UnifiedEntityType
impl RefUnwindSafe for UnifiedEntityType
impl Send for UnifiedEntityType
impl Sync for UnifiedEntityType
impl Unpin for UnifiedEntityType
impl UnsafeUnpin for UnifiedEntityType
impl UnwindSafe for UnifiedEntityType
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