pub(crate) enum AvatarAction {
Delete,
Change(String),
}
Variants§
Trait Implementations§
source§impl Debug for AvatarAction
impl Debug for AvatarAction
source§impl PartialEq for AvatarAction
impl PartialEq for AvatarAction
impl StructuralPartialEq for AvatarAction
Auto Trait Implementations§
impl Freeze for AvatarAction
impl RefUnwindSafe for AvatarAction
impl Send for AvatarAction
impl Sync for AvatarAction
impl Unpin for AvatarAction
impl UnwindSafe for AvatarAction
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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