pub enum AssignedToDisplayFormat {
AvatarOnly,
FullName,
AvatarAndFullName,
}
Expand description
Display format for the assigned to field
Variants§
Trait Implementations§
Source§impl Clone for AssignedToDisplayFormat
impl Clone for AssignedToDisplayFormat
Source§fn clone(&self) -> AssignedToDisplayFormat
fn clone(&self) -> AssignedToDisplayFormat
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 AssignedToDisplayFormat
impl Debug for AssignedToDisplayFormat
Source§impl<'de> Deserialize<'de> for AssignedToDisplayFormat
impl<'de> Deserialize<'de> for AssignedToDisplayFormat
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 AssignedToDisplayFormat
impl PartialEq for AssignedToDisplayFormat
Source§impl Serialize for AssignedToDisplayFormat
impl Serialize for AssignedToDisplayFormat
impl StructuralPartialEq for AssignedToDisplayFormat
Auto Trait Implementations§
impl Freeze for AssignedToDisplayFormat
impl RefUnwindSafe for AssignedToDisplayFormat
impl Send for AssignedToDisplayFormat
impl Sync for AssignedToDisplayFormat
impl Unpin for AssignedToDisplayFormat
impl UnwindSafe for AssignedToDisplayFormat
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