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