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