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