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