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