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