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