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