pub struct avatarBackgroundColor;Trait Implementations§
Source§impl Field for avatarBackgroundColor
impl Field for avatarBackgroundColor
Auto Trait Implementations§
impl Freeze for avatarBackgroundColor
impl RefUnwindSafe for avatarBackgroundColor
impl Send for avatarBackgroundColor
impl Sync for avatarBackgroundColor
impl Unpin for avatarBackgroundColor
impl UnwindSafe for avatarBackgroundColor
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