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