pub enum AvatarCorner {
BottomTrailing,
BottomLeading,
TopTrailing,
TopLeading,
}Expand description
Where the presence dot is rendered relative to the avatar bounds.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AvatarCorner
impl Clone for AvatarCorner
Source§fn clone(&self) -> AvatarCorner
fn clone(&self) -> AvatarCorner
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 AvatarCorner
Source§impl Debug for AvatarCorner
impl Debug for AvatarCorner
Source§impl Default for AvatarCorner
impl Default for AvatarCorner
Source§fn default() -> AvatarCorner
fn default() -> AvatarCorner
Returns the “default value” for a type. Read more
Source§impl PartialEq for AvatarCorner
impl PartialEq for AvatarCorner
impl StructuralPartialEq for AvatarCorner
Auto Trait Implementations§
impl Freeze for AvatarCorner
impl RefUnwindSafe for AvatarCorner
impl Send for AvatarCorner
impl Sync for AvatarCorner
impl Unpin for AvatarCorner
impl UnsafeUnpin for AvatarCorner
impl UnwindSafe for AvatarCorner
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