pub struct UpdateForumEventInput;
Trait Implementations§
impl HasInputField<data, UpdateForumEventDataInput> for UpdateForumEventInput
impl HasInputField<selector, SelectorInput> for UpdateForumEventInput
impl InputObjectMarker for UpdateForumEventInput
Auto Trait Implementations§
impl Freeze for UpdateForumEventInput
impl RefUnwindSafe for UpdateForumEventInput
impl Send for UpdateForumEventInput
impl Sync for UpdateForumEventInput
impl Unpin for UpdateForumEventInput
impl UnwindSafe for UpdateForumEventInput
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