pub enum AvatarShape {
Circle,
Square,
Rounded,
}Variants§
Trait Implementations§
Source§impl Clone for AvatarShape
impl Clone for AvatarShape
Source§fn clone(&self) -> AvatarShape
fn clone(&self) -> AvatarShape
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 AvatarShape
impl Debug for AvatarShape
Source§impl PartialEq for AvatarShape
impl PartialEq for AvatarShape
impl Copy for AvatarShape
impl StructuralPartialEq for AvatarShape
Auto Trait Implementations§
impl Freeze for AvatarShape
impl RefUnwindSafe for AvatarShape
impl Send for AvatarShape
impl Sync for AvatarShape
impl Unpin for AvatarShape
impl UnwindSafe for AvatarShape
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