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