pub struct contrastColor;
Trait Implementations§
Source§impl Field for contrastColor
impl Field for contrastColor
impl HasInputField<contrastColor, Option<String>> for UpdateForumEventDataInput
Auto Trait Implementations§
impl Freeze for contrastColor
impl RefUnwindSafe for contrastColor
impl Send for contrastColor
impl Sync for contrastColor
impl Unpin for contrastColor
impl UnwindSafe for contrastColor
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